Skip to content

Commit 793d08b

Browse files
committed
Do not forward-declare localizations.
This is a remnant from when _L returned something different if a localization did not exist.
1 parent cb95ab8 commit 793d08b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

init.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
-- item with that function.
1818
-- @module ui.command_entry.open_file
1919

20-
if not rawget(_L, 'Open file:') then _L['Open file:'] = 'Open file:' end
21-
2220
--- Normalizes a Windows path by replacing '/' with '\\'.
2321
-- Also transforms Cygwin-style '/c/' root directories into 'C:\'.
2422
local function win32_normalize(path)

0 commit comments

Comments
 (0)