Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
44643
Reakcje/Polubienia
36832
TreeSheets 13433696292
Split off translatable strings (integral approach) (#813)

* Split off translatable strings in source code and translation template

* Split off translatable strings in translation files

Shell command on macOS:
for i in de fr_FR it pt_BR ru_RU zh_CN; do cd $i; sed -Ibak -E 's/"(.*)\\t.*"/"\1"/g' ts.po; cd ..; done

* Remove duplicates from the translation files

On the macOS shell:
for i in de fr_FR it pt_BR ru_RU zh_CN; do cd $i; msguniq ts.po -o ts.po --use-first; cd ..; done

* Merge the changes from the translation template into the translation files

* Adapt the German translation

* Compile the German translation
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry