Skip to content

Commit

Permalink
Merge pull request #3428 from NamelessMC/feature/slovenian-translation
Browse files Browse the repository at this point in the history
Add Slovenian language
  • Loading branch information
samerton authored Aug 5, 2023
2 parents 093d4b3 + 1e8a511 commit 3bdcd98
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/classes/Core/Language.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ class Language {
'name' => 'Latvian (Latvia)',
'htmlCode' => 'lv',
],
'sl_SI' => [
'name' => 'Slovenian',
'htmlCode' => 'sl',
],
];

/**
Expand Down
1 change: 1 addition & 0 deletions custom/languages/sl_SI.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions modules/Cookie Consent/language/sl_SI.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions modules/Discord Integration/language/sl_SI.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions modules/Forum/language/sl_SI.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions modules/Members/language/sl_SI.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit 3bdcd98

Please sign in to comment.