Skip to content

Commit

Permalink
Fixed a localization bug for non-english users in LocalizationDB.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFortun81 committed Aug 21, 2023
1 parent 624a59f commit d66da3e
Show file tree
Hide file tree
Showing 12 changed files with 542 additions and 542 deletions.
Binary file modified .contrib/Parser/Parser.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion .contrib/Source Code/Parser/Framework/Framework.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6144,7 +6144,7 @@ public static void Export()
if (localePair.Value.Any())
{
var localeBuilder = localizationByLocale[localePair.Key];
localeBuilder.AppendLine("localize(L.ObjectNames, {");
localeBuilder.AppendLine("localize(_.ObjectNames, {");
foreach (var key in keys)
{
if (localePair.Value.TryGetValue(key, out string name))
Expand Down
14 changes: 7 additions & 7 deletions db/Cata/Categories.lua

Large diffs are not rendered by default.

316 changes: 158 additions & 158 deletions db/Cata/LocalizationDB.lua

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions db/Classic/Categories.lua

Large diffs are not rendered by default.

162 changes: 81 additions & 81 deletions db/Classic/LocalizationDB.lua

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions db/Dragonflight/Categories.lua

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions db/Dragonflight/LocalizationDB.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9910,7 +9910,7 @@ localize(L.FILTER_ID_TYPES, {
[60] = "S.E.L.F.I.E.-Kamera",
[103] = "Waffenverzauberungen",
});
localize(L.ObjectNames, {
localize(_.ObjectNames, {
[31] = "Alte Löwenstatue",
[34] = "Alter Henkelkrug",
[35] = "Schließkiste des Kapitäns",
Expand Down Expand Up @@ -12962,7 +12962,7 @@ localize(L.HEADER_NAMES, {
localize(L.FILTER_ID_TYPES, {
[60] = "Cámara SELFI",
});
localize(L.ObjectNames, {
localize(_.ObjectNames, {
[31] = "Estatua de león antigua",
[34] = "Vieja jarra",
[35] = "Baúl del Capitán",
Expand Down Expand Up @@ -16012,7 +16012,7 @@ localize(L.FILTER_ID_TYPES, {
[11] = "Artéfact",
[60] = "Appareil photo P.R.O.F.I.L",
});
localize(L.ObjectNames, {
localize(_.ObjectNames, {
[31] = "Statue du vieux lion",
[34] = "Vieille cruche",
[35] = "Coffre du capitaine",
Expand Down Expand Up @@ -19062,7 +19062,7 @@ localize(L.HEADER_NAMES, {
localize(L.FILTER_ID_TYPES, {
[60] = "Fotocamera S.E.L.F.I.E.",
});
localize(L.ObjectNames, {
localize(_.ObjectNames, {
[31] = "Vecchia Statua di Leone",
[34] = "Vecchio Fiasco",
[35] = "Scrigno del Capitano",
Expand Down Expand Up @@ -22027,7 +22027,7 @@ localize(L.HEADER_NAMES, {
localize(L.FILTER_ID_TYPES, {
[60] = "\"셀카\" 사진기",
});
localize(L.ObjectNames, {
localize(_.ObjectNames, {
[31] = "오래된 사자상",
[34] = "낡은 단지",
[35] = "선장의 사물함",
Expand Down Expand Up @@ -24826,7 +24826,7 @@ localize(L.HEADER_NAMES, {
localize(L.FILTER_ID_TYPES, {
[60] = "Câmera de S.E.L.F.I.E.",
});
localize(L.ObjectNames, {
localize(_.ObjectNames, {
[31] = "Estátua de Leão Antiga",
[34] = "Velho Garrafão",
[35] = "Maleta do Capitão",
Expand Down Expand Up @@ -27895,7 +27895,7 @@ localize(L.FILTER_ID_TYPES, {
[60] = "Камера СЕЛФИ",
[103] = "Иллюзии",
});
localize(L.ObjectNames, {
localize(_.ObjectNames, {
[31] = "Статуя старого льва",
[34] = "Старый кувшин",
[35] = "Сундучок капитана",
Expand Down Expand Up @@ -31063,7 +31063,7 @@ localize(L.FILTER_ID_TYPES, {
[60] = "自拍神器",
[103] = "幻象",
});
localize(L.ObjectNames, {
localize(_.ObjectNames, {
[31] = "陈旧的石狮子",
[34] = "旧罐子",
[35] = "船长的手提箱",
Expand Down
12 changes: 6 additions & 6 deletions db/TBC/Categories.lua

Large diffs are not rendered by default.

230 changes: 115 additions & 115 deletions db/TBC/LocalizationDB.lua

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions db/Wrath/Categories.lua

Large diffs are not rendered by default.

296 changes: 148 additions & 148 deletions db/Wrath/LocalizationDB.lua

Large diffs are not rendered by default.

0 comments on commit d66da3e

Please sign in to comment.