From 325277aa8592fa531e6a64903fbd9d0fd6373894 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 27 Nov 2024 03:36:47 +0100 Subject: [PATCH] Convert tutorial_creative locale TXT files to PO --- mods/tutorial_creative/locale/de.txt | 7 ------- mods/tutorial_creative/locale/es.txt | 1 - mods/tutorial_creative/locale/it.txt | 7 ------- mods/tutorial_creative/locale/template.txt | 7 ------- .../locale/{poconvert/de.po => tutorial_creative.de.po} | 0 .../locale/{poconvert/es.po => tutorial_creative.es.po} | 0 .../locale/{poconvert/it.po => tutorial_creative.it.po} | 0 .../{poconvert/template.pot => tutorial_creative.pot} | 0 8 files changed, 22 deletions(-) delete mode 100644 mods/tutorial_creative/locale/de.txt delete mode 100644 mods/tutorial_creative/locale/es.txt delete mode 100644 mods/tutorial_creative/locale/it.txt delete mode 100644 mods/tutorial_creative/locale/template.txt rename mods/tutorial_creative/locale/{poconvert/de.po => tutorial_creative.de.po} (100%) rename mods/tutorial_creative/locale/{poconvert/es.po => tutorial_creative.es.po} (100%) rename mods/tutorial_creative/locale/{poconvert/it.po => tutorial_creative.it.po} (100%) rename mods/tutorial_creative/locale/{poconvert/template.pot => tutorial_creative.pot} (100%) diff --git a/mods/tutorial_creative/locale/de.txt b/mods/tutorial_creative/locale/de.txt deleted file mode 100644 index 73dc4d8..0000000 --- a/mods/tutorial_creative/locale/de.txt +++ /dev/null @@ -1,7 +0,0 @@ -Crafting = Fertigung -All = Alles -Nodes = Nodes -Tools = Werkzeuge -Items = Gegenstände -Search = Suchen -Reset = Zurücksetzen diff --git a/mods/tutorial_creative/locale/es.txt b/mods/tutorial_creative/locale/es.txt deleted file mode 100644 index bd6cc2f..0000000 --- a/mods/tutorial_creative/locale/es.txt +++ /dev/null @@ -1 +0,0 @@ -Trash: = Basura: diff --git a/mods/tutorial_creative/locale/it.txt b/mods/tutorial_creative/locale/it.txt deleted file mode 100644 index 98c86d6..0000000 --- a/mods/tutorial_creative/locale/it.txt +++ /dev/null @@ -1,7 +0,0 @@ -Crafting = Fabbricare -All = Tutto -Nodes = Nodi -Tools = Attrezzi -Items = Oggetti -Search = Cerca -Reset = Riavvia diff --git a/mods/tutorial_creative/locale/template.txt b/mods/tutorial_creative/locale/template.txt deleted file mode 100644 index ead02d0..0000000 --- a/mods/tutorial_creative/locale/template.txt +++ /dev/null @@ -1,7 +0,0 @@ -Crafting -All -Nodes -Tools -Items -Search -Reset diff --git a/mods/tutorial_creative/locale/poconvert/de.po b/mods/tutorial_creative/locale/tutorial_creative.de.po similarity index 100% rename from mods/tutorial_creative/locale/poconvert/de.po rename to mods/tutorial_creative/locale/tutorial_creative.de.po diff --git a/mods/tutorial_creative/locale/poconvert/es.po b/mods/tutorial_creative/locale/tutorial_creative.es.po similarity index 100% rename from mods/tutorial_creative/locale/poconvert/es.po rename to mods/tutorial_creative/locale/tutorial_creative.es.po diff --git a/mods/tutorial_creative/locale/poconvert/it.po b/mods/tutorial_creative/locale/tutorial_creative.it.po similarity index 100% rename from mods/tutorial_creative/locale/poconvert/it.po rename to mods/tutorial_creative/locale/tutorial_creative.it.po diff --git a/mods/tutorial_creative/locale/poconvert/template.pot b/mods/tutorial_creative/locale/tutorial_creative.pot similarity index 100% rename from mods/tutorial_creative/locale/poconvert/template.pot rename to mods/tutorial_creative/locale/tutorial_creative.pot