Merge pull request #3486 from chrisgarrity/add-missing-tx

Add translation resource mapping
This commit is contained in:
chrisgarrity 2019-10-30 08:02:02 -04:00 committed by GitHub
commit 1126e4d692
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,6 +133,8 @@ var localizedAssetUrls = {};
// - txMapping: if the name of the transifex resource is different from the route name // - txMapping: if the name of the transifex resource is different from the route name
var txMapping = { var txMapping = {
'projects': 'preview', 'projects': 'preview',
'embed': 'preview',
'vernier': 'gdxfor',
'scratch_1.4': 'scratch_14' // transifex doesn't allow dots in resource names 'scratch_1.4': 'scratch_14' // transifex doesn't allow dots in resource names
}; };
// start with english default for all views // start with english default for all views