Skip to content

Commit 7140fe6

Browse files
authored
Merge pull request #1636 from git/add_manpages_languages
Add new languages to manpages
2 parents b25defe + 286e52a commit 7140fe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/models/doc_file.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class DocFile < ApplicationRecord
1919
"id" => "Bahasa Indonesia",
2020
"is" => "Íslenska",
2121
"it" => "Italiano",
22+
"ja" => "日本語",
2223
"mr" => "मराठी",
2324
"nb_NO" => "Norsk bokmål",
2425
"nl" => "Nederlands",
@@ -28,6 +29,7 @@ class DocFile < ApplicationRecord
2829
"ro" => "Română",
2930
"ru" => "Русский",
3031
"tr" => "Türkçe",
32+
"uk" => "українська мова",
3133
"zh_HANS-CN" =>"简体中文",
3234
"zh_HANT" =>"繁體中文"
3335
}

0 commit comments

Comments
 (0)