- 26 Mar, 2016 1 commit
-
-
Alexander Potashev authored
Summary: For a message like this: msgctxt "" "context string" msgid "original text" the former code changed the msgctxt and also added msgctxt "(qtundo-format)" because it did not find the existing msgctxt on the previously line w.r.t. msgid. To fix the problem, we additionally check: lastLine !~ /^"/ Thanks to Luigi Toscano for noticing and for his patch that does basically the same. CCMAIL: luigi.toscano@tiscali.it Reviewers: rempt, ltoscano Reviewed By: rempt, ltoscano Differential Revision: https://phabricator.kde.org/D1203
-
- 19 Nov, 2015 1 commit
-
-
Halla Rempt authored
-
- 29 Aug, 2014 1 commit
-
-
Jarosław Staniek authored
CCMAIL:aacid@kde.org
-
- 27 Aug, 2014 1 commit
-
-
Chusslove Illich authored
The template file will still contain the header entry, thus being a valid PO file. Probably not good to have zero-message templates in the first place, but in case one appears this prevents breakage down the line.
-
- 26 Aug, 2014 1 commit
-
-
Jarosław Staniek authored
*put a .i18n file with content "foo" for foo.pot into a dir to assign this dir with foo.pot *put an empty .i18n file to completely exclude the dir *"append #warning noi18n" line to exclude single file *only used in kexi/ for now
-
- 03 Jun, 2014 1 commit
-
-
Alexander Potashev authored
-
- 02 Jun, 2014 1 commit
-
-
Dmitry Kazakov authored
-
- 01 Jun, 2014 1 commit
-
-
Alexander Potashev authored
-
- 30 May, 2014 3 commits
-
-
Alexander Potashev authored
-
Alexander Potashev authored
-
Alexander Potashev authored
When extracting from kundo2_i18n*() calls, the scripts Messages.sh also prepend "(qtundo-format)" to context strings (msgctxt) in the resulting translation template (.pot).
-