Skip to content

Commit

Permalink
Missed line change in the locale move.
Browse files Browse the repository at this point in the history
  • Loading branch information
manix84 committed Aug 5, 2020
1 parent cd3a6a3 commit 34841dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/discord/utils/locale.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local function getTranslationsCache()
print_debug('Caching language files:')
local localesTable = getAvailableLanguages()
for i, localeFileName in ipairs(localesTable) do
translationsCache[localeFileName] = include('locale/'..localeFileName..'.lua')
translationsCache[localeFileName] = include('discord/locale/'..localeFileName..'.lua')
print_debug(' -', 'discord/locale/'..localeFileName..'.lua')
end
end
Expand Down

0 comments on commit 34841dc

Please sign in to comment.