mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:34:49 +00:00
Added Korean and French translations
This commit is contained in:
parent
2fa03ec679
commit
83675998ee
10 changed files with 16789 additions and 9 deletions
|
|
@ -187,7 +187,7 @@ print[[
|
|||
<span class="input-group-text"><i class="fas fa-language" aria-hidden="true"></i></span>
|
||||
<select name="user_language" id="user_language" class="form-select">]]
|
||||
|
||||
for _, lang in ipairs(locales_utils.getAvailableLocales()) do
|
||||
for _, lang in ipairs(locales_utils.getAvailableLocales()) do
|
||||
print('<option value="'..lang["code"]..'">'..i18n("locales." .. lang["code"])..'</option>')
|
||||
end
|
||||
print[[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue