diff --git a/.tx/config b/.tx/config index 869154d6..d0884291 100644 --- a/.tx/config +++ b/.tx/config @@ -1,5 +1,6 @@ [main] host = https://www.transifex.com +lang_map = zh_CN:zh-cn, zh_TW:zh-tw, pt_BR:pt-br [experimental-scratch.scratch-gui] file_filter = gui/.json @@ -15,4 +16,142 @@ type = CHROME file_filter = pen/.json source_file = pen/en.json source_lang = en -type = CHROME \ No newline at end of file +type = CHROME + +[scratch-website.explore-l10njson] +file_filter = www/explore/.json +source_file = www/explore/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.general-l10njson] +file_filter = www/general/.json +source_file = www/general/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.wedo2-l10njson] +file_filter = www/wedo2/.json +source_file = www/wedo2/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.cards-l10njson] +file_filter = www/cards/.json +source_file = www/cards/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.teacherregistration-l10njson] +file_filter = www/teacherregistration/.json +source_file = www/teacherregistration/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.dmca-l10njson] +file_filter = www/dmca/.json +source_file = www/dmca/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.jobs-l10njson] +file_filter = www/jobs/.json +source_file = www/jobs/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.faq-l10njson] +file_filter = www/faq/.json +source_file = www/faq/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.about-l10njson] +file_filter = www/about/.json +source_file = www/about/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.teacher-faq-l10njson] +file_filter = www/teacher-faq/.json +source_file = www/teacher-faq/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.developers-l10njson] +file_filter = www/developers/.json +source_file = www/developers/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.guidelines-l10njson] +file_filter = www/guidelines/.json +source_file = www/guidelines/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.educator-landing-l10njson] +file_filter = www/educator-landing/.json +source_file = www/educator-landing/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.splash-l10njson] +file_filter = www/splash/.json +source_file = www/splash/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.microworlds-homepage-l10njson] +file_filter = www/microworlds-homepage/.json +source_file = www/microworlds-homepage/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.conference-index-2017-l10njson] +file_filter = www/conference-index-2017/.json +source_file = www/conference-index-2017/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.credits-l10njson] +file_filter = www/credits/.json +source_file = www/credits/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.tips-l10njson] +file_filter = www/tips/.json +source_file = www/tips/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.download-l10njson] +file_filter = www/download/.json +source_file = www/download/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.camp-l10njson] +file_filter = www/camp/.json +source_file = www/camp/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.messages-l10njson] +file_filter = www/messages/.json +source_file = www/messages/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.conference-index-l10njson] +file_filter = www/conference-index/.json +source_file = www/conference-index/index/en.json +source_lang = en +type = KEYVALUEJSON + +[scratch-website.preview-faq-l10njson] +file_filter = www/preview-faq/.json +source_file = www/preview-faq/en.json +source_lang = en +type = KEYVALUEJSON \ No newline at end of file