diff options
author | Alexander Weber <web.alexander@web.de> | 2016-09-05 19:20:16 +0200 |
---|---|---|
committer | Alexander Weber <web.alexander@web.de> | 2016-09-05 19:20:16 +0200 |
commit | be8fa19b68f7362bce5bd0b519c61b0c743eb851 (patch) | |
tree | a2abe24bc3f52331a6139184ed543591c2d053f8 /u_skins/locale | |
parent | dd396bfad27cddb5598a0c7512dbe0f98d140eb2 (diff) |
intllib support, ported from not applied pull request to the new version
https://github.com/dmonty2/minetest-u_skinsdb/pull/1
Diffstat (limited to 'u_skins/locale')
-rw-r--r-- | u_skins/locale/de.txt | 9 | ||||
-rw-r--r-- | u_skins/locale/template.txt | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/u_skins/locale/de.txt b/u_skins/locale/de.txt new file mode 100644 index 0000000..6ad87f3 --- /dev/null +++ b/u_skins/locale/de.txt @@ -0,0 +1,9 @@ +# Translation by Xanthin + +Raw texture = Rohtextur +Name = Name +Author = Autor +Change = Wechseln +Page = Seite +License = Lizenz +Description = Beschreibung diff --git a/u_skins/locale/template.txt b/u_skins/locale/template.txt new file mode 100644 index 0000000..6412b7f --- /dev/null +++ b/u_skins/locale/template.txt @@ -0,0 +1,9 @@ +# Template + +Raw texture = +Name = +Author = +Change = +Page = +License = +Description = |