-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create ContinuousLocalization.yml (#3109)
- Loading branch information
1 parent
e63433b
commit 3d8bcfd
Showing
1 changed file
with
30 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
############################ Header ################################################ | ||
# Configuration file for Continuous Localization (CL) process. | ||
# | ||
# To reduce the size of this file, instructions on what each parameter is used for, | ||
# with the respective values to use, can be found on: | ||
# https://wiki.autodesk.com/display/ForgeCL/CL+-+Setup+-+Continuous+Localization+Configuration+File | ||
# | ||
######################### End of Header ############################################## | ||
|
||
common: | ||
branch_section: | ||
maintainer: [cataliv] | ||
ignore_this_branch: true | ||
auto_merge_pr: false | ||
|
||
variable_section: | ||
langProject: [csy, deu, esp, fra, ita, jpn, kor, plk, ptb, rus, chs, cht] | ||
# Microsoft 3-letter language codes as defined on https://www.microsoft.com/resources/msdn/goglobal/default.mspx | ||
langThreeLetter: {enu: enu, eng: eng, deu: deu, fra: fra, ita: ita, esp: esp, ptb: ptb, ptg: ptg, jpn: jpn, chs: chs, cht: cht, kor: kor, csy: csy, plk: plk, rus: rus, hun: hun, trk: trk, cat: cat} | ||
langMsNet: {dnk: da-DK, csy: cs-CZ, plk: pl-PL, deu: de-DE, nld: nl-NL, fin: fi-FI, hrv: hr-HR, cht: zh-TW, ptb: pt-BR, swe: sv-SE, hun: hu-HU, esp: es-ES, ptg: pt-PT, fra: fr-FR, enu: en-US, trk: tr-TR, kor: ko-KR, ita: it-IT, rus: ru-RU, nor: nb-NO, eng: en-GB, rom: ro-RO, cat: ca-ES, chs: zh-CN, jpn: ja-JP} | ||
langBCP47: {enu: en, eng: en-GB, deu: de, fra: fr, ita: it, esp: es, ptb: pt-BR, ptg: pt-PT, jpn: ja, chs: zh-Hans, cht: zh-Hant, zhh: zh-Hant-HK, kor: ko, csy: cs, hun: hu, plk: pl, rus: ru, rom: ro, fin: fi, nor: no, sve: sv, nld: nl, dan: da, hrv: hr, trk: tr, cat: ca} | ||
|
||
components: | ||
- name: DynamoRevit | ||
main_owner: Soft | ||
content_owner: N/A | ||
lang: [csy, deu, esp, fra, ita, jpn, kor, plk, ptb, rus, chs, cht] | ||
file_rules: | ||
- doc\distrib\NodeHelpFiles\*.md, doc\distrib\NodeHelpFiles\%langMsNet%\*.md | ||
- doc\distrib\Templates\*.dyn, doc\distrib\Templates\%langMsNet%\*.dyn |