Skip to content

Commit 286d2d1

Browse files
committed
Added missing localization.
1 parent e1e2bb7 commit 286d2d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

init.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@
2626
local M = {}
2727

2828
-- Localizations.
29-
if not rawget(_L, 'Lua REPL') then _L['Lua REPL'] = 'L_ua REPL' end
29+
if not rawget(_L, 'Lua REPL') then
30+
_L['Lua REPL'] = 'L_ua REPL'
31+
_L['[Lua REPL]'] = '[Lua REPL]'
32+
end
3033

3134
--- A special environment for a Lua REPL.
3235
-- It has an `__index` metafield for accessing Textadept's global environment.

0 commit comments

Comments
 (0)