Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/develop' into feature/op…
Browse files Browse the repository at this point in the history
…en-reference-data-source

# Conflicts:
#	CHANGELOG.md
  • Loading branch information
LinneyS committed Feb 7, 2024
2 parents d73a052 + 9101ec1 commit 6459871
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
## Added
- reference data from coediting
- selecting a document to combine from the storage
- Arabic and Serbian empty file templates
- opening a reference data source

## 8.2.3
Expand Down
2 changes: 2 additions & 0 deletions lib/templatemanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ public static function getEmptyTemplatePath($lang, $ext) {
* @var Array
*/
private static $localPath = [
"ar" => "ar-SA",
"az" => "az-Latn-AZ",
"bg_BG" => "bg-BG",
"cs" => "cs-CZ",
Expand All @@ -209,6 +210,7 @@ public static function getEmptyTemplatePath($lang, $ext) {
"ru" => "ru-RU",
"si_LK" => "si-LK",
"sk_SK" => "sk-SK",
"sr" => "sr-Latn-RS",
"sv" => "sv-SE",
"tr" => "tr-TR",
"uk" => "uk-UA",
Expand Down

0 comments on commit 6459871

Please sign in to comment.