Skip to content

Commit

Permalink
Added missing loc + incremented build number
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellypse committed Mar 6, 2017
1 parent 5c95a39 commit 075995c
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 11 deletions.
2 changes: 1 addition & 1 deletion totalRP3/core/impl/globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ TRP3_API = {
addon_name_me = "Total RP 3",
addon_id_length = 15,

version = 26,
version = 27,

--@debug@
version_display = "-dev",
Expand Down
6 changes: 5 additions & 1 deletion totalRP3/core/impl/locale/locale_deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
local LOCALE_DE = {
locale = "deDE",
localeText = "Deutsch",
localeContent = {
localeContent =
--@localization(locale="deDE", format="lua_table", handle-unlocalized="ignore")@
--@do-not-package@
{
["ABOUT_TITLE"] = "Über",
["BINDING_NAME_TRP3_TOGGLE"] = "Hauptfenster umschalten",
["BINDING_NAME_TRP3_TOOLBAR_TOGGLE"] = "Werkzeugleiste umschalten",
Expand Down Expand Up @@ -1012,6 +1015,7 @@ Total RP ist NICHT für Links verantwortlich, die auf schädlichen oder illegale
["UI_TUTO_BUTTON"] = "Tutorialmodus",
["UI_TUTO_BUTTON_TT"] = "Klicke, um den Tutorialmodus ein/aus zu schalten"
}
--@end-do-not-package@
};

TRP3_API.locale.registerLocale(LOCALE_DE);
6 changes: 5 additions & 1 deletion totalRP3/core/impl/locale/locale_esES.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
local LOCALE = {
locale = "esES",
localeText = "Español",
localeContent = {
localeContent =
--@localization(locale="esES", format="lua_table", handle-unlocalized="ignore")@
--@do-not-package@
{
["ABOUT_TITLE"] = "Acerca de",
["BINDING_NAME_TRP3_TOGGLE"] = "Mostrar/ocultar la ventana principal",
["BINDING_NAME_TRP3_TOOLBAR_TOGGLE"] = "Mostrar/ocultar barra de herramientas",
Expand Down Expand Up @@ -1017,6 +1020,7 @@ Total RP no es responsable de los enlaces que conducen a contenidos nocivos.]=],
["UI_TUTO_BUTTON"] = "Modo tutorial",
["UI_TUTO_BUTTON_TT"] = "Haz clic para activar/desactivar el modo tutorial"
}
--@end-do-not-package@
};

TRP3_API.locale.registerLocale(LOCALE);
7 changes: 5 additions & 2 deletions totalRP3/core/impl/locale/locale_esMX.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
local LOCALE = {
locale = "esMX",
localeText = "Español (Latin American)",
localeContent = {
localeContent =
--@localization(locale="esMX", format="lua_table", handle-unlocalized="ignore")@
--@do-not-package@
{
["ABOUT_TITLE"] = "Acerca de",
["BINDING_NAME_TRP3_TOGGLE"] = "Mostrar/ocultar la ventana principal",
["BINDING_NAME_TRP3_TOOLBAR_TOGGLE"] = "Mostrar/ocultar barra de herramientas",
Expand Down Expand Up @@ -998,7 +1001,7 @@ Total RP no es responsable de los enlaces que conducen a contenidos nocivos.]=],
["UI_TUTO_BUTTON"] = "Modo tutorial",
["UI_TUTO_BUTTON_TT"] = "Haz clic para activar/desactivar el modo tutorial"
}

--@end-do-not-package@
};

TRP3_API.locale.registerLocale(LOCALE);
7 changes: 5 additions & 2 deletions totalRP3/core/impl/locale/locale_itIT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
local LOCALE = {
locale = "itIT",
localeText = "Italian",
localeContent = {
localeContent =
--@localization(locale="itIT", format="lua_table", handle-unlocalized="ignore")@
--@do-not-package@
{
["ABOUT_TITLE"] = "Di",
["BW_COLOR_CODE"] = "Codice colore",
["CM_ACTIONS"] = "Azioni",
Expand Down Expand Up @@ -398,7 +401,7 @@ Ci sono diverse maniere per farlo:|c0000ff00
["UI_LINK_URL"] = "http://ilTuo.url.quì",
["UI_MUSIC_SELECT"] = "Seleziona musica"
}

--@end-do-not-package@
};

TRP3_API.locale.registerLocale(LOCALE);
7 changes: 5 additions & 2 deletions totalRP3/core/impl/locale/locale_ptBR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
local LOCALE = {
locale = "ptBR",
localeText = "Brazilian Portuguese",
localeContent = {
localeContent =
--@localization(locale="ptBR", format="lua_table", handle-unlocalized="ignore")@
--@do-not-package@
{
["ABOUT_TITLE"] = "Sobre",
["BINDING_NAME_TRP3_TOGGLE"] = "Mostrar/ocultar tela principal",
["BINDING_NAME_TRP3_TOOLBAR_TOGGLE"] = "Mostrar/ocultar barra de ferramentas",
Expand Down Expand Up @@ -912,7 +915,7 @@ O Total RP não é responsável por links que levem a conteúdo nocivo.
["UI_TUTO_BUTTON"] = "Modo tutorial",
["UI_TUTO_BUTTON_TT"] = "Clique para ativar/desativar o modo tutorial"
}

--@end-do-not-package@
};

TRP3_API.locale.registerLocale(LOCALE);
6 changes: 5 additions & 1 deletion totalRP3/core/impl/locale/locale_ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
local LOCALE = {
locale = "ruRU",
localeText = "Russian",
localeContent = {
localeContent =
--@localization(locale="ruRU", format="lua_table", handle-unlocalized="ignore")@
--@do-not-package@
{
["ABOUT_TITLE"] = [=[О персонаже]=],
["BINDING_NAME_TRP3_TOGGLE"] = "Показать/спрятать главное окно",
["BINDING_NAME_TRP3_TOOLBAR_TOGGLE"] = "Отображение панели инструментов",
Expand Down Expand Up @@ -636,6 +639,7 @@ Link it anyway ?]=],
["UI_TUTO_BUTTON"] = "Обучающий режим",
["UI_TUTO_BUTTON_TT"] = "Нажмите, чтобы включить/выключить режим обучения"
}
--@end-do-not-package@
};

TRP3_API.locale.registerLocale(LOCALE);
6 changes: 5 additions & 1 deletion totalRP3/core/impl/locale/locale_zhCN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
local LOCALE = {
locale = "zhCN",
localeText = "Chinese",
localeContent = {
localeContent =
--@localization(locale="zhCN", format="lua_table", handle-unlocalized="ignore")@
--@do-not-package@
{
["ABOUT_TITLE"] = "关于",
["BINDING_NAME_TRP3_TOGGLE"] = "Toggle主界面",
["BINDING_NAME_TRP3_TOOLBAR_TOGGLE"] = "Toggle工具栏",
Expand Down Expand Up @@ -141,6 +144,7 @@ local LOCALE = {
["UI_CLOSE_ALL"] = "关闭所有",
["UI_COLOR_BROWSER_SELECT"] = "选择颜色"
}
--@end-do-not-package@
};

TRP3_API.locale.registerLocale(LOCALE);

0 comments on commit 075995c

Please sign in to comment.