diff options
author | Diego MartÃnez <lkaezadl3@yahoo.com> | 2016-11-03 21:18:14 -0300 |
---|---|---|
committer | Diego MartÃnez <lkaezadl3@yahoo.com> | 2016-11-03 21:47:33 -0300 |
commit | 4e067ec21906e9a27ec704dd5f34297b2592d6de (patch) | |
tree | a5ae64d2e4d1174b0242d2541e7e0e901785cac1 | |
parent | 715ac337159da1e2dca59363f612f7e1ba6654e2 (diff) |
Add mod metadata files.
- `description.txt`
- `mod.conf`
-rw-r--r-- | description.txt | 3 | ||||
-rw-r--r-- | mod.conf | 2 |
2 files changed, 5 insertions, 0 deletions
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 |