mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Merge pull request #3486 from chrisgarrity/add-missing-tx
Add translation resource mapping
This commit is contained in:
commit
1126e4d692
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue