Should now support german, korean and portuguese.
kibsgaard [08-19-14 - 07:09]
Should now support german, korean and portuguese.
Chinese also added, but possibly not working.
Signed-off-by: kibsgaard <kibsgaard@curseforge.com>
diff --git a/KibsItemLevel.toc b/KibsItemLevel.toc
index ae4e7fd..fc1cb40 100644
--- a/KibsItemLevel.toc
+++ b/KibsItemLevel.toc
@@ -1,5 +1,5 @@
## Interface: 50400
-## Version: 0.4
+## Version: @project-version@
## Author: Kibs
## SavedVariables: KibsItemLevelConfig
diff --git a/Localization/deDE.lua b/Localization/deDE.lua
index 5b5edde..8162b1e 100644
--- a/Localization/deDE.lua
+++ b/Localization/deDE.lua
@@ -2,4 +2,4 @@
return ;
end
-- Missing translation
-ENCHANTED = "Enchanted:"
\ No newline at end of file
+ENCHANTED = "Verzaubert:"
\ No newline at end of file
diff --git a/Localization/koKR.lua b/Localization/koKR.lua
index b0e5088..94785ea 100644
--- a/Localization/koKR.lua
+++ b/Localization/koKR.lua
@@ -2,4 +2,4 @@
return ;
end
-- Missing translation
-ENCHANTED = "Enchanted:"
\ No newline at end of file
+ENCHANTED = "마법부여:"
\ No newline at end of file
diff --git a/Localization/ptBR.lua b/Localization/ptBR.lua
index 9241ee8..4ab3061 100644
--- a/Localization/ptBR.lua
+++ b/Localization/ptBR.lua
@@ -2,4 +2,4 @@
return ;
end
-- Missing translation
-ENCHANTED = "Enchanted:"
\ No newline at end of file
+ENCHANTED = "Encantado:"
\ No newline at end of file
diff --git a/Localization/zhCN.lua b/Localization/zhCN.lua
index bb9733a..a896e99 100644
--- a/Localization/zhCN.lua
+++ b/Localization/zhCN.lua
@@ -2,4 +2,4 @@
return ;
end
-- Missing translation
-ENCHANTED = "Enchanted:"
\ No newline at end of file
+ENCHANTED = "附魔:"
\ No newline at end of file
diff --git a/Localization/zhTW.lua b/Localization/zhTW.lua
index 279dba6..da6e3d2 100644
--- a/Localization/zhTW.lua
+++ b/Localization/zhTW.lua
@@ -2,4 +2,4 @@
return ;
end
-- Missing translation
-ENCHANTED = "Enchanted:"
\ No newline at end of file
+ENCHANTED = "附魔:"
\ No newline at end of file