Skip to content

Commit

Permalink
Merge pull request 'feature/new-empty' from feature/new-empty into de…
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Oct 11, 2024
2 parents b136e63 + 16a2eea commit 573b450
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Added
- default empty templates
- Finnish, Hebrew, Norwegian, Slovenian empty file templates

## Changed
- update en-US empty templates
Expand Down
4 changes: 4 additions & 0 deletions lib/TemplateManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,19 +254,23 @@ public static function getEmptyTemplatePath($lang, $ext) {
"en_GB" => "en-GB",
"es" => "es-ES",
"eu" => "eu-ES",
"fi_FI" => "fi-FI",
"fr" => "fr-FR",
"gl" => "gl-ES",
"he_IL" => "he-IL",
"it" => "it-IT",
"ja" => "ja-JP",
"ko" => "ko-KR",
"lv" => "lv-LV",
"nb_NO" => "nb-NO",
"nl" => "nl-NL",
"pl" => "pl-PL",
"pt_BR" => "pt-BR",
"pt_PT" => "pt-PT",
"ru" => "ru-RU",
"si" => "si-LK",
"sk" => "sk-SK",
"sl_SI" => "sl-SI",
"sr" => "sr-Latn-RS",
"sv" => "sv-SE",
"tr" => "tr-TR",
Expand Down

0 comments on commit 573b450

Please sign in to comment.