From 4e067ec21906e9a27ec704dd5f34297b2592d6de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Mart=C3=ADnez?= Date: Thu, 3 Nov 2016 21:18:14 -0300 Subject: [PATCH] Add mod metadata files. - `description.txt` - `mod.conf` --- description.txt | 3 +++ mod.conf | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 description.txt create mode 100644 mod.conf diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..d2e1abb --- /dev/null +++ b/description.txt @@ -0,0 +1,3 @@ +Internationalization library. +This mod provides a way to internationalize/localize mods to other languages in an easy way. +See the README file for details. diff --git a/mod.conf b/mod.conf new file mode 100644 index 0000000..4338db7 --- /dev/null +++ b/mod.conf @@ -0,0 +1,2 @@ + +name = intllib