diff options
| author | Burt P <pburt0@gmail.com> | 2017-07-26 02:04:00 -0500 | 
|---|---|---|
| committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-30 10:14:18 -0700 | 
| commit | b34ae0761a499265aee25bb53ad775e64b45c482 (patch) | |
| tree | 8ee4bf38609feecac17132d1b71b469405f0101e | |
| parent | c4cd8b7528bac0dd8bd91d808da47285a387a443 (diff) | |
po/*.po header tweaks
* Language is to be in the form ll or ll_CC,
  (examples: "es" for Spanish, "ru_UA" for Russian/Ukraine)
  https://www.gnu.org/software/gettext/manual/html_node/Header-Entry.html
* X-Poedit-KeywordsList is for xgettext -k to find
  strings in source files, not for humans.
Signed-off-by: Burt P <pburt0@gmail.com>
| -rw-r--r-- | po/es.po | 1 | ||||
| -rw-r--r-- | po/fr.po | 1 | ||||
| -rw-r--r-- | po/ru.po | 1 | 
3 files changed, 0 insertions, 3 deletions
| @@ -12,7 +12,6 @@ msgstr ""  "Last-Translator: Fernando López <flopez@linti.unlp.edu.ar>\n"  "Language-Team: Fernando López <soportelihuen@linti.unlp.edu.ar>\n"  "Language: es\n" -"X-Poedit-Basepath: ../\n"  "MIME-Version: 1.0\n"  "Content-Type: text/plain; charset=UTF-8\n"  "Content-Transfer-Encoding: 8bit\n" @@ -11,7 +11,6 @@ msgstr ""  "Last-Translator: yolateng0 @olala22000\n"  "Language-Team: LeFlood\n"  "Language: fr\n" -"X-Poedit-Basepath: ../\n"  "MIME-Version: 1.0\n"  "Content-Type: text/plain; charset=UTF-8\n"  "Content-Transfer-Encoding: 8bit\n" @@ -7,7 +7,6 @@ msgstr ""  "Last-Translator: Sergey Rodin <rodin.s@rambler.ru>\n"  "Language-Team: \n"  "Language: ru_UA\n" -"X-Poedit-Basepath: ../\n"  "MIME-Version: 1.0\n"  "Content-Type: text/plain; charset=UTF-8\n"  "Content-Transfer-Encoding: 8bit\n" | 
