Developers can now use Details! directly from a github clone

This commit is contained in:
Tercio Jose
2023-04-17 15:24:08 -03:00
parent 8c06ab345f
commit b31f784c61
11 changed files with 1722 additions and 11 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
local L = LibStub("AceLocale-3.0"):NewLocale("Details", "deDE")
if not L then return end
@localization(locale="deDE", format="lua_additive_table")@
--@localization(locale="deDE", format="lua_additive_table")@
+1712 -1
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,4 +1,4 @@
local L = LibStub("AceLocale-3.0"):NewLocale("Details", "esES")
if not L then return end
@localization(locale="esES", format="lua_additive_table")@
--@localization(locale="esES", format="lua_additive_table")@
+1 -1
View File
@@ -1,4 +1,4 @@
local L = LibStub("AceLocale-3.0"):NewLocale("Details", "esMX")
if not L then return end
@localization(locale="esMX", format="lua_additive_table")@
--@localization(locale="esMX", format="lua_additive_table")@
+1 -1
View File
@@ -1,4 +1,4 @@
local L = LibStub("AceLocale-3.0"):NewLocale("Details", "frFR")
if not L then return end
@localization(locale="frFR", format="lua_additive_table")@
--@localization(locale="frFR", format="lua_additive_table")@
+1 -1
View File
@@ -1,4 +1,4 @@
local L = LibStub("AceLocale-3.0"):NewLocale("Details", "itIT")
if not L then return end
@localization(locale="itIT", format="lua_additive_table")@
--@localization(locale="itIT", format="lua_additive_table")@
+1 -1
View File
@@ -1,4 +1,4 @@
local L = LibStub("AceLocale-3.0"):NewLocale("Details", "koKR")
if not L then return end
@localization(locale="koKR", format="lua_additive_table")@
--@localization(locale="koKR", format="lua_additive_table")@
+1 -1
View File
@@ -1,4 +1,4 @@
local L = LibStub("AceLocale-3.0"):NewLocale("Details", "ptBR")
if not L then return end
@localization(locale="ptBR", format="lua_additive_table")@
--@localization(locale="ptBR", format="lua_additive_table")@
+1 -1
View File
@@ -1,4 +1,4 @@
local L = LibStub("AceLocale-3.0"):NewLocale("Details", "ruRU")
if not L then return end
@localization(locale="ruRU", format="lua_additive_table")@
--@localization(locale="ruRU", format="lua_additive_table")@
+1 -1
View File
@@ -1,4 +1,4 @@
local L = LibStub("AceLocale-3.0"):NewLocale("Details", "zhCN")
if not L then return end
@localization(locale="zhCN", format="lua_additive_table")@
--@localization(locale="zhCN", format="lua_additive_table")@
+1 -1
View File
@@ -1,4 +1,4 @@
local L = LibStub("AceLocale-3.0"):NewLocale("Details", "zhTW")
if not L then return end
@localization(locale="zhTW", format="lua_additive_table")@
--@localization(locale="zhTW", format="lua_additive_table")@