Skip to content

Commit

Permalink
Add Serbian language to language list
Browse files Browse the repository at this point in the history
  • Loading branch information
Derkades committed Sep 17, 2024
1 parent c0d224e commit 087f5b7
Showing 1 changed file with 4 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 @@ -105,6 +105,10 @@ class Language
'name' => 'Albanian',
'htmlCode' => 'sq',
],
'sr_RS' => [
'name' => 'Serbian',
'htmlCode' => 'sr',
],
'es_419' => [
'name' => 'Spanish',
'htmlCode' => 'es',
Expand Down

0 comments on commit 087f5b7

Please sign in to comment.