Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PLT-5548 Prevent server start if defaultLocate is not available (#5532) | enahum | 2017-02-28 | 1 | -0/+4 |
| | | | | | | * PLT-5548 Prevent server start if defaultLocate is not available * Add validation for supported locales | ||||
* | PLT-3456 Fix Errors while starting the server (#3445) | enahum | 2016-07-04 | 1 | -3/+8 |
| | | | | | | * PLT-3456 AppErrors that are triggered before translations are loaded crash server or produce bad error messages. * Fixing tests | ||||
* | PLT-1800 Load server side locale from the config.json (#3202) | enahum | 2016-06-02 | 1 | -12/+19 |
| | | | | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency * Fix get locale on login_controller | ||||
* | Revert "PLT-1800 Load server side locale from the config.json" (#3201) | Christopher Speller | 2016-06-01 | 1 | -19/+12 |
| | |||||
* | PLT-1800 Load server side locale from the config.json (#3135) | enahum | 2016-06-01 | 1 | -12/+19 |
| | | | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text * Remove github.com/cloudfoundry/jibber_jabber as vendor dependency | ||||
* | Revert "PLT-1800 Load server side locale from the config.json" (#3133) | Christopher Speller | 2016-05-27 | 1 | -20/+12 |
| | |||||
* | PLT-1800 Load server side locale from the config.json (#3092) | enahum | 2016-05-27 | 1 | -12/+20 |
| | | | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics * Fix localization on served locale file as plain/text | ||||
* | Revert "PLT-1800 Load server side locale from the config.json (#3076)" | Christopher Speller | 2016-05-24 | 1 | -20/+12 |
| | | | | This reverts commit 34beaa569bfb32f1607375f1d5a22859322060d2. | ||||
* | PLT-1800 Load server side locale from the config.json (#3076) | enahum | 2016-05-24 | 1 | -12/+20 |
| | | | | | | * PLT-1800 Load server side locale from the config.json * Add support for locales with country specifics | ||||
* | PLT-2115 Adding compliance | =Corey Hulen | 2016-03-15 | 1 | -1/+5 |
| | |||||
* | Adding english fallback | =Corey Hulen | 2016-01-28 | 1 | -8/+10 |
| | |||||
* | Adding english fallback to server | =Corey Hulen | 2016-01-28 | 1 | -5/+15 |
| | |||||
* | PLT-7 adding loc header | =Corey Hulen | 2016-01-22 | 1 | -1/+1 |
| | |||||
* | PLT-7 adding loc header | =Corey Hulen | 2016-01-22 | 1 | -1/+1 |
| | |||||
* | PLT-7 adding loc header | =Corey Hulen | 2016-01-22 | 1 | -76/+5 |
| | |||||
* | Merge pull request #1952 from ZBoxApp/PLT-7-go | Corey Hulen | 2016-01-22 | 1 | -0/+9 |
|\ | | | | | PLT-7: Refactoring api to use translations (chunk 2) | ||||
| * | Refactoring api to use translations (chunk 2) | Elias Nahum | 2016-01-22 | 1 | -0/+9 |
| | | | | | | | | | | | | - Add spanish translations - Does not include tests - Add func to get the translations for a user locale | ||||
* | | PLT-7 client side infra | =Corey Hulen | 2016-01-21 | 1 | -9/+9 |
|/ | |||||
* | Fix bug to load the default locale if no system locale is found | Elias Nahum | 2016-01-21 | 1 | -17/+6 |
| | |||||
* | Refactoring api to use translations (chunk 1) | Elias Nahum | 2016-01-21 | 1 | -1/+13 |
| | | | | | | | | - Add spanish translations - Files in order by name from admin to export - Does not include api templates and tests - Fix web_test to load translations - Fix i18n to fallback to DEFAULT_LOCALE if no system locale found | ||||
* | PLT-7 Adding translation function to context | =Corey Hulen | 2016-01-19 | 1 | -0/+140 |