Commit Graph

6 Commits

Author SHA1 Message Date
Gunther Brunner
e127a40770 - Device list doesn't overflows.
- Added browser clear.
2014-04-22 19:38:29 +09:00
Gunther Brunner
b01e901ffc Upload drop area improved. 2014-04-03 19:55:47 +09:00
Gunther Brunner
6638da01a6 - Fixed ugly css bug. 2014-03-28 19:48:34 +09:00
Gunther Brunner
2eb47f312a - Supported languages now all centralized.
Now the flow for adding a new language is just:
1.Add a new language entry to `res/common/lang/langs.json`.

And for translating it's just:
1. Run `gulp translate` (extracts all the strings).
2. Open `/res/common/lang/po/stf.pot` in PoEdit and translate.
3. Run `gulp translate` again (creates a json based on the new `po` file).
2014-03-27 13:53:57 +09:00
Gunther Brunner
b1089a631d - Refactoring supported languages. 2014-03-26 23:45:09 +09:00
Gunther Brunner
c17176a985 - Adding languages support.
- Adding webpack bundle building support.
2014-03-26 21:38:57 +09:00