Skip to content

Commit

Permalink
Change multiline string literals xgettext misses (#281)
Browse files Browse the repository at this point in the history
* Change multiline string literals `xgettext` misses

Fixed as described in the [Audacity wiki](https://wiki.audacityteam.org/wiki/Translating_Audacity/Writing_Translatable_Code#Dealing_with_Long_Strings).

* Change multiline strings into single lines
  • Loading branch information
georgeraraujo authored Nov 10, 2022
1 parent 5997673 commit bf0f54d
Show file tree
Hide file tree
Showing 13 changed files with 871 additions and 790 deletions.
1 change: 1 addition & 0 deletions TS/translations/de/merge.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
..\..\..\TreeSheets\gettext_bin\msgmerge --update --backup=numbered ts.po ../ts.pot
1 change: 1 addition & 0 deletions TS/translations/it/merge.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
..\..\..\TreeSheets\gettext_bin\msgmerge --update --backup=numbered ts.po ../ts.pot
1 change: 1 addition & 0 deletions TS/translations/pt_BR/compile.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
..\..\..\TreeSheets\gettext_bin\msgfmt --output-file=ts.mo ts.po
1 change: 1 addition & 0 deletions TS/translations/pt_BR/merge.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
..\..\..\TreeSheets\gettext_bin\msgmerge --update --backup=numbered ts.po ../ts.pot
Binary file modified TS/translations/pt_BR/ts.mo
Binary file not shown.
Loading

0 comments on commit bf0f54d

Please sign in to comment.