Skip to content

Commit

Permalink
fix: mapping for new langs
Browse files Browse the repository at this point in the history
  • Loading branch information
rivexe committed Oct 22, 2024
1 parent 13e2ce6 commit 8aa0ea4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/TemplateManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,10 +254,10 @@ public static function getEmptyTemplatePath($lang, $ext) {
"en_GB" => "en-GB",
"es" => "es-ES",
"eu" => "eu-ES",
"fi_FI" => "fi-FI",
"fi" => "fi-FI",
"fr" => "fr-FR",
"gl" => "gl-ES",
"he_IL" => "he-IL",
"he" => "he-IL",
"it" => "it-IT",
"ja" => "ja-JP",
"ko" => "ko-KR",
Expand All @@ -270,7 +270,7 @@ public static function getEmptyTemplatePath($lang, $ext) {
"ru" => "ru-RU",
"si" => "si-LK",
"sk" => "sk-SK",
"sl_SI" => "sl-SI",
"sl" => "sl-SI",
"sr" => "sr-Latn-RS",
"sv" => "sv-SE",
"tr" => "tr-TR",
Expand Down

0 comments on commit 8aa0ea4

Please sign in to comment.