Wikidata / SQID

A tool to analyse, browse and query Wikidata
http://tools.wmflabs.org/sqid/
Apache License 2.0
84 stars 17 forks source link

Split messages into files #61

Closed mkroetzsch closed 8 years ago

mkroetzsch commented 8 years ago

Angular Translate supports loading messages asynchronously from separate files. This would be much better than having messages inline in one file as it is now. To use this functionality, only the registration/setup code for angular translate needs to be changed, but it may be necessary to use another dependency (the file loading feature may not be part of the library as we use it).

arsylum commented 8 years ago

this is now implemented in the refactor branch

(though for yet to be clarified reasons it is a bit peculiar to work with in context of the requirejs environment)