equalitie / open-corroborator

Data analysis and fact corroboration
http://equalitie.github.io/open-corroborator/
7 stars 3 forks source link

Update the requirejs i18n source files to suit Transifex #7

Open ggaughan opened 8 years ago

ggaughan commented 8 years ago

Transifex rejects the existing dict.js source files. Apply these steps to the files to try to make them compatible with requirejs and Transifex:

  1. remove the outer 'root {}' element
  2. remove the trailing 'ar:true'
  3. replace " with ' and ' with "
  4. remove trailing commas (invalid json)