mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -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
|
||||
var txMapping = {
|
||||
'projects': 'preview',
|
||||
'embed': 'preview',
|
||||
'vernier': 'gdxfor',
|
||||
'scratch_1.4': 'scratch_14' // transifex doesn't allow dots in resource names
|
||||
};
|
||||
// start with english default for all views
|
||||
|
|
Loading…
Reference in a new issue