-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10008 from owncloud/add-available-languages
Add available languages
- Loading branch information
Showing
6 changed files
with
23 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# The version of OCIS to use in pipelines that test against OCIS | ||
OCIS_COMMITID=a4e7a64cd066d40a6320ddc00eb70ed800dd59b0 | ||
OCIS_COMMITID=2726eb8a52291a0289609b87c83674a3e8275720 | ||
OCIS_BRANCH=master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Enhancement: Additional languages | ||
|
||
We've added some items to the list of available languages because of good translation coverage in transifex. | ||
|
||
https://github.com/owncloud/web/issues/10007 | ||
https://github.com/owncloud/web/pull/10008 | ||
https://github.com/owncloud/ocis/pull/7754 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
export const supportedLanguages = { | ||
cs: 'Czech', | ||
de: 'Deutsch', | ||
bg: 'български - Bulgarian', | ||
cs: 'Čeština - Czech', | ||
de: 'Deutsch - German', | ||
en: 'English', | ||
es: 'Español', | ||
fr: 'Français', | ||
gl: 'Galego', | ||
it: 'Italiano' | ||
es: 'Español - Spanish', | ||
fr: 'Français - French', | ||
it: 'Italiano - Italian', | ||
nl: 'Nederlands - Dutch', | ||
ko: '한국어 - Korean', | ||
sq: 'Shqipja - Albanian', | ||
sv: 'Svenska - Swedish', | ||
tr: 'Türkçe - Turkish' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters