-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use globalstrings directly, cleanup localizations
- Loading branch information
Showing
11 changed files
with
9 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
local L = select(2, ...).L('deDE') | ||
|
||
-- config | ||
L['ALT key'] = ALT_KEY | ||
L['ALT + CTRL key'] = ALT_KEY_TEXT .. ' + ' .. CTRL_KEY | ||
L['ALT + SHIFT key'] = ALT_KEY_TEXT .. ' + ' .. SHIFT_KEY | ||
L['Modifier to activate %s'] = 'Modifikator zum aktivieren von %s' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
local L = select(2, ...).L('esES') | ||
|
||
-- config | ||
L['ALT key'] = ALT_KEY | ||
L['ALT + CTRL key'] = ALT_KEY_TEXT .. ' + ' .. CTRL_KEY | ||
L['ALT + SHIFT key'] = ALT_KEY_TEXT .. ' + ' .. SHIFT_KEY | ||
-- L['Modifier to activate %s'] -- MISSING! %s = "Molinari" | ||
local L = select(2, ...).L('esES') -- luacheck: ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
local L = select(2, ...).L('esMX') | ||
|
||
-- config | ||
L['ALT key'] = ALT_KEY | ||
L['ALT + CTRL key'] = ALT_KEY_TEXT .. ' + ' .. CTRL_KEY | ||
L['ALT + SHIFT key'] = ALT_KEY_TEXT .. ' + ' .. SHIFT_KEY | ||
-- L['Modifier to activate %s'] -- MISSING! %s = "Molinari" | ||
local L = select(2, ...).L('esMX') -- luacheck: ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
local L = select(2, ...).L('frFR') | ||
|
||
-- config | ||
L['ALT key'] = ALT_KEY | ||
L['ALT + CTRL key'] = ALT_KEY_TEXT .. ' + ' .. CTRL_KEY | ||
L['ALT + SHIFT key'] = ALT_KEY_TEXT .. ' + ' .. SHIFT_KEY | ||
-- L['Modifier to activate %s'] -- MISSING! %s = "Molinari" | ||
local L = select(2, ...).L('frFR') -- luacheck: ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
local L = select(2, ...).L('itIT') | ||
|
||
-- config | ||
L['ALT key'] = ALT_KEY | ||
L['ALT + CTRL key'] = ALT_KEY_TEXT .. ' + ' .. CTRL_KEY | ||
L['ALT + SHIFT key'] = ALT_KEY_TEXT .. ' + ' .. SHIFT_KEY | ||
-- L['Modifier to activate %s'] -- MISSING! %s = "Molinari" | ||
local L = select(2, ...).L('itIT') -- luacheck: ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
local L = select(2, ...).L('koKR') | ||
|
||
-- config | ||
L['ALT key'] = ALT_KEY | ||
L['ALT + CTRL key'] = ALT_KEY_TEXT .. ' + ' .. CTRL_KEY | ||
L['ALT + SHIFT key'] = ALT_KEY_TEXT .. ' + ' .. SHIFT_KEY | ||
L['Modifier to activate %s'] = '몰리나리를 작동시키는 수식어' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
local L = select(2, ...).L('ptBR') | ||
|
||
-- config | ||
L['ALT key'] = ALT_KEY | ||
L['ALT + CTRL key'] = ALT_KEY_TEXT .. ' + ' .. CTRL_KEY | ||
L['ALT + SHIFT key'] = ALT_KEY_TEXT .. ' + ' .. SHIFT_KEY | ||
-- L['Modifier to activate %s'] -- MISSING! %s = "Molinari" | ||
local L = select(2, ...).L('ptBR') -- luacheck: ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
local L = select(2, ...).L('ruRU') | ||
|
||
-- config | ||
L['ALT key'] = ALT_KEY | ||
L['ALT + CTRL key'] = ALT_KEY_TEXT .. ' + ' .. CTRL_KEY | ||
L['ALT + SHIFT key'] = ALT_KEY_TEXT .. ' + ' .. SHIFT_KEY | ||
-- L['Modifier to activate %s'] -- MISSING! %s = "Molinari" | ||
local L = select(2, ...).L('ruRU') -- luacheck: ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
local L = select(2, ...).L('zhCN') | ||
|
||
-- config | ||
L['ALT key'] = ALT_KEY | ||
L['ALT + CTRL key'] = ALT_KEY_TEXT .. ' + ' .. CTRL_KEY | ||
L['ALT + SHIFT key'] = ALT_KEY_TEXT .. ' + ' .. SHIFT_KEY | ||
L['Modifier to activate %s'] = '按键激活 %s' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
local L = select(2, ...).L('zhTW') | ||
|
||
-- config | ||
L['ALT key'] = ALT_KEY | ||
L['ALT + CTRL key'] = ALT_KEY_TEXT .. ' + ' .. CTRL_KEY | ||
L['ALT + SHIFT key'] = ALT_KEY_TEXT .. ' + ' .. SHIFT_KEY | ||
L['Modifier to activate %s'] = '啟用%s的設置選項' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters