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 15c563d + 3802e16 commit f228a2f
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 @@ -3,6 +3,7 @@
##
## Added
- support tiff format for inserting
- Finnish, Hebrew, Norwegian, Slovenian empty file templates

## 9.3.1
## Changed
Expand Down
4 changes: 4 additions & 0 deletions lib/templatemanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,19 +197,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" => "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_LK" => "si-LK",
"sk_SK" => "sk-SK",
"sl" => "sl-SI",
"sr" => "sr-Latn-RS",
"sv" => "sv-SE",
"tr" => "tr-TR",
Expand Down

0 comments on commit f228a2f

Please sign in to comment.