changeset 123:f7c7a1a9cac9

Added deDE localization
author contrebasse
date Sun, 11 Aug 2013 23:18:02 +0200
parents 49786e17bfd5
children f17fc88e971e
files localization.lua
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/localization.lua	Sun Aug 11 23:00:07 2013 +0200
+++ b/localization.lua	Sun Aug 11 23:18:02 2013 +0200
@@ -14,4 +14,8 @@
 
 --@localization(locale="frFR", format="lua_additive_table", handle-unlocalized="comment")@
 
-end
\ No newline at end of file
+elseif locale == 'deDE' then 
+
+--@localization(locale="deDE", format="lua_additive_table", handle-unlocalized="comment")@
+
+end