Fix autogen issue (symbol was not properly exported)
This commit is contained in:
parent
b5521b1688
commit
d2a3a7dc6f
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ autoreconf
|
|||
|
||||
echo bootstrapping translation files ...
|
||||
cd po
|
||||
XGETTEXT='xgettext -kP_:1,2' intltool-update --pot
|
||||
export XGETTEXT="xgettext -kP_:1,2"
|
||||
intltool-update --pot
|
||||
## Translations are managed at https://www.transifex.com/telegram-purple-developers/telegram-purple/
|
||||
## To update the .po files, download it from there, since intltool, msginit, and transifex produce slightly different files, and I'd like to avoid gigantic git diffs that only change indentation or similar things.
|
||||
#for lang in $(cat LINGUAS); do
|
||||
|
|
Loading…
Add table
Reference in a new issue