Commit Graph

18 Commits

Author SHA1 Message Date
Piotr Sarnacki
b519b678e8 Clean up assets/scripts for Ember CLI 2015-02-03 09:39:02 +01:00
Piotr Sarnacki
b0b1ef305b Change the way config is stored
On ember-cli config is stored in config/environment.js file and it can be
accessed at any time of app being booted. Till now we were using Travis.config
which was making things hard, because we needed an application instance to get
any config value. This commit moves config to config/environment.js and allows
to access it at any point of loading the app.
2015-01-30 15:29:46 +01:00
Martin Charles
a62649401b Cleaned Up public directory 2014-05-22 09:33:28 -04:00
Josh Kalderimis
63c8c59744 remove some whitespace 2013-10-07 23:52:17 +02:00
Mathias Meyer
71cf203b83 UPDATE EMOJIS!!
😿
2013-09-23 17:29:01 +02:00
Piotr Sarnacki
c69e147992 We can remove locales.js, it will be created on compilation on heroku 2012-12-17 22:17:04 +01:00
Piotr Sarnacki
12102f1606 Properly update locales 2012-12-17 22:09:38 +01:00
Piotr Sarnacki
7d9ca64cba Upated locales.js 2012-12-17 21:12:46 +01:00
Piotr Sarnacki
a4eec471d7 Update locales 2012-12-11 16:18:17 +01:00
Randy Morgan
0e727819b0 Updated profile view to support auto-updating locale selection 2012-12-11 13:13:54 +09:00
Dan Allen
454c1c3e9a add AsciiDoc markup to status images dialog 2012-12-09 17:29:16 -07:00
Randy Morgan
082fac9185 Added handlebars template scraping and localeapp reporting
Specified handlebars templates will be parsed for {{t some.key}}. Any
translations keys that are not found in the configured i18n YAML will
be reported to the configured localeapp backend via the localeapp api.
2012-12-02 16:50:52 +09:00
Randy Morgan
dc85f7bbc8 Updated gemfile to use published i18n-filters gem. 2012-11-23 14:37:56 +09:00
Randy Morgan
f176a2a77f Enabled i18n-js fallbacks 2012-11-23 13:53:07 +09:00
Randy Morgan
2bc30495b5 removed devise and admin namespaces from locales and added report rake task for new keys 2012-11-23 01:50:54 +09:00
Randy Morgan
c4bfc7b1d7 Added i18n web filters and rake task for pulling the translations down from localeapp
You will need to set ENV['LOCALEAPP'] to the secret key to run the
update. Contact randym if you need it.
2012-11-22 20:47:38 +09:00
Sven Fuchs
847c120bd7 fuck yeah, flash messages 2012-10-09 15:16:54 +02:00
Sven Fuchs
7b47863014 extract paths in Assetfile; rename javascripts to scripts, stylesheets to styles 2012-10-03 17:13:02 +02:00