-
-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AllBundles]: add crowdin as translator
Update config file for syntax Add upgrade guide for crowdin Remove API key from repo Add new polish translation Add translation website Add contributing guide Change doc url Fix typo Update domain
- Loading branch information
1 parent
39c8555
commit e4a4463
Showing
144 changed files
with
7,390 additions
and
3,698 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
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,109 @@ | ||
--- | ||
base_path: src/Kunstmaan | ||
files: | ||
- | ||
source: /AdminBundle/Resources/translations/messages.en.yml | ||
translation: /AdminBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /AdminListBundle/Resources/translations/messages.en.yml | ||
translation: /AdminListBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /ArticleBundle/Resources/translations/messages.en.yml | ||
translation: /ArticleBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /CacheBundle/Resources/translations/messages.en.yml | ||
translation: /CacheBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /ConfigBundle/Resources/translations/messages.en.yml | ||
translation: /ConfigBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /DashboardBundle/Resources/translations/messages.en.yml | ||
translation: /DashboardBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /FixturesBundle/Resources/translations/messages.en.yml | ||
translation: /FixturesBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /FormBundle/Resources/translations/messages.en.yml | ||
translation: /FormBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /GeneratorBundle/Resources/translations/messages.en.yml | ||
translation: /GeneratorBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /LeadGenerationBundle/Resources/translations/messages.en.yml | ||
translation: /LeadGenerationBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /MediaBundle/Resources/translations/messages.en.yml | ||
translation: /MediaBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /MediaPagePartBundle/Resources/translations/messages.en.yml | ||
translation: /MediaPagePartBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /MenuBundle/Resources/translations/messages.en.yml | ||
translation: /MenuBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /MultiDomainBundle/Resources/translations/messages.en.yml | ||
translation: /MultiDomainBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /NodeBundle/Resources/translations/messages.en.yml | ||
translation: /NodeBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /NodeSearchBundle/Resources/translations/messages.en.yml | ||
translation: /NodeSearchBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /PagePartBundle/Resources/translations/messages.en.yml | ||
translation: /PagePartBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /RedirectBundle/Resources/translations/messages.en.yml | ||
translation: /RedirectBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /SearchBundle/Resources/translations/messages.en.yml | ||
translation: /SearchBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /SeoBundle/Resources/translations/messages.en.yml | ||
translation: /SeoBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /SitemapBundle/Resources/translations/messages.en.yml | ||
translation: /SitemapBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /TaggingBundle/Resources/translations/messages.en.yml | ||
translation: /TaggingBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /TranslatorBundle/Resources/translations/messages.en.yml | ||
translation: /TranslatorBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /UserManagementBundle/Resources/translations/messages.en.yml | ||
translation: /UserManagementBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /UtilitiesBundle/Resources/translations/messages.en.yml | ||
translation: /UtilitiesBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
- | ||
source: /VotingBundle/Resources/translations/messages.en.yml | ||
translation: /VotingBundle/Resources/translations/messages.%two_letters_code%.yml | ||
update_option: update_as_unapproved | ||
preserve_hierarchy: true | ||
project_identifier: kunstmaanbundlescms |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Contributing translation | ||
|
||
We have chosen to make all bundle translations available at the translation platform "Crowdin". | ||
|
||
https://crowdin.com/project/kunstmaanbundlescms | ||
|
||
If you work on a patch for KunstmaanBundlesCMS, adding new phrases is really simple and works like with any Symfony application. | ||
You add the new translation keys to the YAML formatted files in bundle's Resources/translations directory. | ||
|
||
When new phrases are added in English, you have to create an account on translatebundles.kunstmaan.be. | ||
The UI is very intuitive and all you need is to navigate to correct language and start translating the files! | ||
|
||
Currently, the synchronization needs to be performed manually. | ||
Kunstmaan team will use the sync commands and add new translations to the GitHub repository. | ||
|
||
Translations can be managed at http://translatebundles.kunstmaan.be/ |
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
Oops, something went wrong.