mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 21:13:26 +02:00
Basic changes to support multiple charsets in the future
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
locale = {
|
||||
name = "en",
|
||||
charset = "cp1252",
|
||||
languageName = "English",
|
||||
|
||||
-- translations are not needed because everything is already in english
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
locale = {
|
||||
name = "es",
|
||||
charset = "cp1252",
|
||||
languageName = "Espa<EFBFBD>ol",
|
||||
|
||||
translation = {
|
||||
|
@@ -5,6 +5,7 @@
|
||||
|
||||
locale = {
|
||||
name = "pl",
|
||||
charset = "cp1250",
|
||||
languageName = "Polski",
|
||||
|
||||
translation = {
|
||||
|
@@ -1,5 +1,6 @@
|
||||
locale = {
|
||||
name = "pt",
|
||||
charset = "cp1252",
|
||||
languageName = "Portugu<EFBFBD>s",
|
||||
|
||||
-- As tradu<64><75>es devem vir sempre em ordem alfab<61>tica.
|
||||
|
@@ -2,6 +2,7 @@
|
||||
|
||||
locale = {
|
||||
name = "sv",
|
||||
charset = "cp1252",
|
||||
languageName = "Svenska",
|
||||
|
||||
translation = {
|
||||
|
Reference in New Issue
Block a user