Skip to content

Commit

Permalink
Setup TX for no_default_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Noordfrees committed May 28, 2021
1 parent ce44398 commit bcc5e97
Show file tree
Hide file tree
Showing 533 changed files with 685 additions and 530 deletions.
6 changes: 6 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,9 @@ source_file = po/royal.wad/royal.wad.pot
source_lang = en
type = PO

[widelands-addons.no-default-resources-wad]
file_filter = po/no_default_resources.wad/<lang>.po
source_file = po/no_default_resources.wad/no_default_resources.wad.pot
source_lang = en
type = PO

9 changes: 8 additions & 1 deletion Buildcats.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

public class Buildcats {
private static void recurse(String out, File dir) throws Exception {
System.out.print('.');
for (File f : Utils.listSorted(dir)) {
if (f.isDirectory()) {
recurse(out, f);
Expand Down Expand Up @@ -33,7 +34,12 @@ private static void recurse(String out, File dir) throws Exception {

public static void main(String[] args) throws Exception {
Runtime rt = Runtime.getRuntime();
for (File addon : Utils.listSorted(new File("addons"))) {
File[] files = Utils.listSorted(new File("addons"));
final int digits = Integer.toString(files.length).length();
int progress = 0;
for (File addon : files) {
System.out.print(String.format("[%" + digits + "d/%" + digits + "d] Generating POT file for add-on %s ",
++progress, files.length, addon.getName()));
String dir = "po/" + addon.getName();
rt.exec(new String[] {"mkdir", "-p", dir});
String out = dir + "/" + addon.getName() + ".pot";
Expand All @@ -46,6 +52,7 @@ public static void main(String[] args) throws Exception {
"--msgid-bugs-address=\"https://www.widelands.org/wiki/ReportingBugs/\"",
addon.getPath() + "/addon"}).waitFor();
recurse(out, addon);
System.out.println(" done");
}
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Verification of **new** add-ons should be done **only** by a developer who is al
To verify a new add-on (or an existing one after an update), read the code carefully and make sure it does not contain malicious code. Also check for potentially desync-prone code pieces and set the `sync_safe` key in the add-on’s `addon` file to the appropriate value. Then run `java UpdateList '/cool_feature.wad'` (don’t forget the '/' before the add-on’s name!), then git add,commit,push.

If the add-on was not up for translation on Transifex yet, you need to follow these steps afterwards to ensure that it can be translated:
- Run `buildcats.sh` and then `setup_tx.sh cool_feature.wad` (where `cool_feature.wad` is the name of the add-on), then git add,commit,push.
- Run `setup_tx.sh cool_feature.wad` (where `cool_feature.wad` is the name of the add-on), then git add,commit,push.
- Go to the repository’s Actions tab, select the 'Update Translations' action, and trigger a workflow run on the master branch.
- Wait until the workflow completed (should take only a few minutes).
- Head over to https://www.transifex.com/widelands/widelands-addons/content/ and wait until the new resource(s) is/are available.
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/Tournament_2021_maps.wad.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/bg.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Bulgarian (https://www.transifex.com/widelands/teams/35159/"
"bg/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Catalan (https://www.transifex.com/widelands/teams/35159/"
"ca/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Czech (https://www.transifex.com/widelands/teams/35159/cs/)\n"
"Language: cs\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/da.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Danish (https://www.transifex.com/widelands/teams/35159/da/)\n"
"Language: da\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Last-Translator: Stephan Lutz <stephan-lutz@gmx.de>, 2021\n"
"Language-Team: German (https://www.transifex.com/widelands/teams/35159/de/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/widelands/"
"teams/35159/en_GB/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Spanish (https://www.transifex.com/widelands/teams/35159/"
"es/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/fi.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Finnish (https://www.transifex.com/widelands/teams/35159/"
"fi/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Last-Translator: Atanase Albaran, 2021\n"
"Language-Team: French (https://www.transifex.com/widelands/teams/35159/fr/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/gd.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Gaelic, Scottish (https://www.transifex.com/widelands/"
"teams/35159/gd/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/hu.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Hungarian (https://www.transifex.com/widelands/teams/35159/"
"hu/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Italian (https://www.transifex.com/widelands/teams/35159/"
"it/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Japanese (https://www.transifex.com/widelands/teams/35159/"
"ja/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/ko.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Korean (https://www.transifex.com/widelands/teams/35159/ko/)\n"
"Language: ko\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/nds.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Last-Translator: Benedikt Straub <benedikt-straub@web.de>, 2021\n"
"Language-Team: Low German (https://www.transifex.com/widelands/teams/35159/"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Dutch (https://www.transifex.com/widelands/teams/35159/nl/)\n"
"Language: nl\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/pl.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Polish (https://www.transifex.com/widelands/teams/35159/pl/)\n"
"Language: pl\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/pt.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Portuguese (https://www.transifex.com/widelands/teams/35159/"
"pt/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Last-Translator: Viktor S <awsswa59@gmail.com>, 2021\n"
"Language-Team: Russian (https://www.transifex.com/widelands/teams/35159/"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/sk.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Slovak (https://www.transifex.com/widelands/teams/35159/sk/)\n"
"Language: sk\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_maps.wad/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Swedish (https://www.transifex.com/widelands/teams/35159/"
"sv/)\n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_win_condition.wad/bg.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Bulgarian (https://www.transifex.com/widelands/teams/35159/"
"bg/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_win_condition.wad/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Catalan (https://www.transifex.com/widelands/teams/35159/"
"ca/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_win_condition.wad/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Czech (https://www.transifex.com/widelands/teams/35159/cs/)\n"
"Language: cs\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_win_condition.wad/da.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Danish (https://www.transifex.com/widelands/teams/35159/da/)\n"
"Language: da\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_win_condition.wad/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Last-Translator: Stephan Lutz <stephan-lutz@gmx.de>, 2021\n"
"Language-Team: German (https://www.transifex.com/widelands/teams/35159/de/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_win_condition.wad/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/widelands/"
"teams/35159/en_GB/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_win_condition.wad/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Spanish (https://www.transifex.com/widelands/teams/35159/"
"es/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_win_condition.wad/fi.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Finnish (https://www.transifex.com/widelands/teams/35159/"
"fi/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_win_condition.wad/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Last-Translator: Atanase Albaran, 2021\n"
"Language-Team: French (https://www.transifex.com/widelands/teams/35159/fr/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_win_condition.wad/gd.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Gaelic, Scottish (https://www.transifex.com/widelands/"
"teams/35159/gd/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_win_condition.wad/hu.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Hungarian (https://www.transifex.com/widelands/teams/35159/"
"hu/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_win_condition.wad/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Italian (https://www.transifex.com/widelands/teams/35159/"
"it/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_win_condition.wad/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Japanese (https://www.transifex.com/widelands/teams/35159/"
"ja/)\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_win_condition.wad/ko.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Korean (https://www.transifex.com/widelands/teams/35159/ko/)\n"
"Language: ko\n"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_win_condition.wad/nds.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Last-Translator: Benedikt Straub <benedikt-straub@web.de>, 2021\n"
"Language-Team: Low German (https://www.transifex.com/widelands/teams/35159/"
Expand Down
2 changes: 1 addition & 1 deletion po/Tournament_2021_win_condition.wad/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-27 16:01+0200\n"
"POT-Creation-Date: 2021-05-28 21:16+0200\n"
"PO-Revision-Date: 2021-05-01 11:43+0000\n"
"Language-Team: Dutch (https://www.transifex.com/widelands/teams/35159/nl/)\n"
"Language: nl\n"
Expand Down
Loading

0 comments on commit bcc5e97

Please sign in to comment.