Skip to content

Commit

Permalink
Remove untranslated strings
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Dec 19, 2024
1 parent a4ba176 commit 839bb4d
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 100 deletions.
1 change: 0 additions & 1 deletion QuestAutomation_Mainline.toc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ locale/ptBR.lua
locale/ruRU.lua
locale/zhCN.lua
locale/zhTW.lua
locale/finish.lua

modules/barrels.lua
modules/boggarts.lua
Expand Down
10 changes: 1 addition & 9 deletions locale/deDE.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
local L = select(2, ...).L('deDE')

L['Trainer Ikaros'] = 'Ausbilder Ikaros' -- npcID = 165239
L['Nadjia the Mistblade'] = 'Nadjia Nebelklinge' -- npcID = 180523
L['Squeezums'] = 'Pressi' -- npcID = 174362

-- L['Click %s first'] -- MISSING!
-- L['Spam %s to complete'] -- MISSING!
-- L['Stand in circle and spam %s to complete'] -- MISSING!
local L = select(2, ...).L('deDE') -- luacheck: ignore
10 changes: 1 addition & 9 deletions locale/esES.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
local L = select(2, ...).L('esES')

L['Trainer Ikaros'] = 'Instructor Ikaros' -- npcID = 165239
L['Nadjia the Mistblade'] = 'Nadjia la Hojaniebla' -- npcID = 180523
L['Squeezums'] = 'Estrujín' -- npcID = 174362

-- L['Click %s first'] -- MISSING!
-- L['Spam %s to complete'] -- MISSING!
-- L['Stand in circle and spam %s to complete'] -- MISSING!
local L = select(2, ...).L('esES') -- luacheck: ignore
10 changes: 1 addition & 9 deletions locale/esMX.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
local L = select(2, ...).L('esMX')

L['Trainer Ikaros'] = 'Instructor Ikaros' -- npcID = 165239
L['Nadjia the Mistblade'] = 'Nadjia la Hojaniebla' -- npcID = 180523
L['Squeezums'] = 'Estrujín' -- npcID = 174362

-- L['Click %s first'] -- MISSING!
-- L['Spam %s to complete'] -- MISSING!
-- L['Stand in circle and spam %s to complete'] -- MISSING!
local L = select(2, ...).L('esMX') -- luacheck: ignore
9 changes: 0 additions & 9 deletions locale/finish.lua

This file was deleted.

10 changes: 1 addition & 9 deletions locale/frFR.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
local L = select(2, ...).L('frFR')

L['Trainer Ikaros'] = 'Instructeur Ikaros' -- npcID = 165239
L['Nadjia the Mistblade'] = 'Nadjia la Lame fantôme' -- npcID = 180523
L['Squeezums'] = 'Pressonille' -- npcID = 174362

-- L['Click %s first'] -- MISSING!
-- L['Spam %s to complete'] -- MISSING!
-- L['Stand in circle and spam %s to complete'] -- MISSING!
local L = select(2, ...).L('frFR') -- luacheck: ignore
10 changes: 1 addition & 9 deletions locale/itIT.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
local L = select(2, ...).L('itIT')

L['Trainer Ikaros'] = 'Istruttore Ikaros' -- npcID = 165239
L['Nadjia the Mistblade'] = 'Nadjia la Lamabruma' -- npcID = 180523
L['Squeezums'] = 'Spremucchio' -- npcID = 174362

-- L['Click %s first'] -- MISSING!
-- L['Spam %s to complete'] -- MISSING!
-- L['Stand in circle and spam %s to complete'] -- MISSING!
local L = select(2, ...).L('itIT') -- luacheck: ignore
10 changes: 1 addition & 9 deletions locale/koKR.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
local L = select(2, ...).L('koKR')

L['Trainer Ikaros'] = '훈련사 이카로스' -- npcID = 165239
L['Nadjia the Mistblade'] = '안개칼날 나지아' -- npcID = 180523
L['Squeezums'] = '스퀴줌스' -- npcID = 174362

-- L['Click %s first'] -- MISSING!
-- L['Spam %s to complete'] -- MISSING!
-- L['Stand in circle and spam %s to complete'] -- MISSING!
local L = select(2, ...).L('koKR') -- luacheck: ignore
10 changes: 1 addition & 9 deletions locale/ptBR.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
local L = select(2, ...).L('ptBR')

L['Trainer Ikaros'] = 'Treinador Ikaros' -- npcID = 165239
L['Nadjia the Mistblade'] = 'Nadjia, a Lâmina da Névoa' -- npcID = 180523
L['Squeezums'] = 'Espremosa' -- npcID = 174362

-- L['Click %s first'] -- MISSING!
-- L['Spam %s to complete'] -- MISSING!
-- L['Stand in circle and spam %s to complete'] -- MISSING!
local L = select(2, ...).L('ptBR') -- luacheck: ignore
10 changes: 1 addition & 9 deletions locale/ruRU.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
local L = select(2, ...).L('ruRU')

L['Trainer Ikaros'] = 'Укротитель Икар' -- npcID = 165239
L['Nadjia the Mistblade'] = 'Наджия, Клинок Туманов' -- npcID = 180523
L['Squeezums'] = 'Ляпсус' -- npcID = 174362

-- L['Click %s first'] -- MISSING!
-- L['Spam %s to complete'] -- MISSING!
-- L['Stand in circle and spam %s to complete'] -- MISSING!
local L = select(2, ...).L('ruRU') -- luacheck: ignore
10 changes: 1 addition & 9 deletions locale/zhCN.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
local L = select(2, ...).L('zhCN')

L['Trainer Ikaros'] = '训练师伊卡洛斯' -- npcID = 165239
L['Nadjia the Mistblade'] = '娜德佳,迷雾之刃' -- npcID = 180523
L['Squeezums'] = '斯奎祖姆斯' -- npcID = 174362

-- L['Click %s first'] -- MISSING!
-- L['Spam %s to complete'] -- MISSING!
-- L['Stand in circle and spam %s to complete'] -- MISSING!
local L = select(2, ...).L('zhCN') -- luacheck: ignore
10 changes: 1 addition & 9 deletions locale/zhTW.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
local L = select(2, ...).L('zhTW')

L['Trainer Ikaros'] = '训练师伊卡洛斯' -- npcID = 165239
L['Nadjia the Mistblade'] = '娜德佳,迷雾之刃' -- npcID = 180523
L['Squeezums'] = '斯奎祖姆斯' -- npcID = 174362

-- L['Click %s first'] -- MISSING!
-- L['Spam %s to complete'] -- MISSING!
-- L['Stand in circle and spam %s to complete'] -- MISSING!
local L = select(2, ...).L('zhTW') -- luacheck: ignore

0 comments on commit 839bb4d

Please sign in to comment.