mirror of
https://github.com/pbek/QOwnNotes.git
synced 2025-06-29 21:39:52 +00:00
45 lines
1.7 KiB
YAML
45 lines
1.7 KiB
YAML
# Crowdin configuration file
|
|
# see: https://developer.crowdin.com/configuration-file/
|
|
#
|
|
# you will need the CLI client
|
|
# see: https://crowdin.github.io/crowdin-cli/
|
|
#
|
|
# Crowdin supports a lot of files: https://support.crowdin.com/supported-formats/
|
|
#
|
|
|
|
project_identifier: qownnotes
|
|
project_id: 158883
|
|
|
|
# the api token has to be provided by ~/.crowdin.yaml
|
|
# generate a personal token on https://crowdin.com/settings#api-key
|
|
#api_token: XXXX
|
|
|
|
preserve_hierarchy: true
|
|
files:
|
|
- # source files filter
|
|
source: "/src/languages/QOwnNotes_en.ts"
|
|
# where translations live
|
|
translation: "/src/languages/QOwnNotes_%locale_with_underscore%.ts"
|
|
#translation: '/src/languages/QOwnNotes_%locale%.ts'
|
|
#translation: 'src/languages/QOwnNotes_%two_letters_code%.ts'
|
|
#"languages_mapping" : {
|
|
#"two_letters_code" : {
|
|
#"pt" : "pt_PT",
|
|
#"pt-BR" : "pt_BR"
|
|
#}
|
|
#}
|
|
dest: "/QOwnNotes_en.ts"
|
|
- source: "/webpage/src/index.md"
|
|
translation: "/webpage/src/%two_letters_code%/%original_file_name%"
|
|
- source: "/webpage/src/contributing/*.md"
|
|
translation: "/webpage/src/%two_letters_code%/contributing/%original_file_name%"
|
|
- source: "/webpage/src/editor/*.md"
|
|
translation: "/webpage/src/%two_letters_code%/editor/%original_file_name%"
|
|
- source: "/webpage/src/faq/*.md"
|
|
translation: "/webpage/src/%two_letters_code%/faq/%original_file_name%"
|
|
- source: "/webpage/src/getting-started/*.md"
|
|
translation: "/webpage/src/%two_letters_code%/getting-started/%original_file_name%"
|
|
- source: "/webpage/src/installation/*.md"
|
|
translation: "/webpage/src/%two_letters_code%/installation/%original_file_name%"
|
|
- source: "/webpage/src/scripting/*.md"
|
|
translation: "/webpage/src/%two_letters_code%/scripting/%original_file_name%"
|