From ad96a70b0a6eb33f019fd9c2379473c13d4bd1bf Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 13 Mar 2016 10:54:50 +0000 Subject: [PATCH] i18n updates. --- locale/tbftss.pot | 29 ++++++++++++++++++++++++++++- tools/updateI18N.sh | 4 ++++ 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/locale/tbftss.pot b/locale/tbftss.pot index 1eea83f..3467b9a 100644 --- a/locale/tbftss.pot +++ b/locale/tbftss.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: TBFTSS: The Pandoran War\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-03-12 15:00:11+0000\n" +"POT-Creation-Date: 2016-03-13 10:54:24+0000\n" "PO-Revision-Date: ???\n" "Last-Translator: ???\n" "Language-Team: ???\n" @@ -1216,3 +1216,30 @@ msgstr "" msgid "Likewise. Maybe we'll get it do it again some day, though a part of me really hopes we won't need to ...." msgstr "" +msgid "Destroy all Darts" +msgstr "" + +msgid "Destroy all Lynxes" +msgstr "" + +msgid "Disable all targets" +msgstr "" + +msgid "60 second battle" +msgstr "" + +msgid "Pass all Waypoints" +msgstr "" + +msgid "Defend Jumpgate" +msgstr "" + +msgid "Collect Packages" +msgstr "" + +msgid "Rescue Civilians" +msgstr "" + +msgid "Destroy INF Klondike and INF Canfield" +msgstr "" + diff --git a/tools/updateI18N.sh b/tools/updateI18N.sh index 4163840..d570a60 100755 --- a/tools/updateI18N.sh +++ b/tools/updateI18N.sh @@ -101,6 +101,10 @@ function extractJSON($filename) } } } + else if (strpos($filename, "challenges") !== false) + { + addString($json->{"description"}); + } } function recurseDir($dir)