Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add missing platform locs to spanish | Elias Nahum | 2016-02-23 | 1 | -4/+16 | |
| | ||||||
* | Fix for PLT-1945, PLT-2012, PLT-2045 & PLT-2067 | Elias Nahum | 2016-02-23 | 1 | -1/+5 | |
| | | | | | - Missing locs on server - Fix spanish locs | |||||
* | Added missing spanish translations | Elias Nahum | 2016-02-18 | 1 | -1/+1 | |
| | ||||||
* | Add/Remove & Fix loc strings | Elias Nahum | 2016-02-09 | 1 | -1/+1 | |
| | ||||||
* | Add new localizations in english and spanish | Elias Nahum | 2016-02-08 | 1 | -1/+1 | |
| | ||||||
* | New localizations | Elias Nahum | 2016-02-04 | 1 | -1/+33 | |
| | ||||||
* | Merge pull request #2073 from mattermost/ee-updates | Corey Hulen | 2016-02-04 | 1 | -4/+0 | |
|\ | | | | | Some general updates to EE | |||||
| * | Move license storage to database | JoramWilander | 2016-02-04 | 1 | -5/+1 | |
| | | ||||||
* | | Merge pull request #2064 from hmhealey/plt882 | Christopher Speller | 2016-02-04 | 1 | -9/+9 | |
|\ \ | |/ |/| | PLT-882 Ephemeral Messages and Out-Of-Channel mentions | |||||
| * | Reworked the code for sending notifications and checking for out of channel ↵ | hmhealey | 2016-02-04 | 1 | -16/+8 | |
| | | | | | | | | mentions to share some data | |||||
| * | Removed untranslated phrases from es.json | hmhealey | 2016-02-04 | 1 | -12/+0 | |
| | | ||||||
| * | Added ephemeral messages sent when a user mentions someone not in the channel | hmhealey | 2016-02-04 | 1 | -1/+9 | |
| | | ||||||
| * | Added serverside check for a post that @mentions someone who isn't in the ↵ | hmhealey | 2016-02-04 | 1 | -0/+12 | |
| | | | | | | | | channel | |||||
* | | Add spanish translations for commands | Elias Nahum | 2016-02-04 | 1 | -0/+204 | |
| | | ||||||
* | | Merge branch 'master' into PLT-1429 | =Corey Hulen | 2016-02-03 | 1 | -0/+8 | |
|\| | ||||||
| * | Add missing translations | Elias Nahum | 2016-02-03 | 1 | -0/+8 | |
| | | ||||||
* | | Merge branch 'master' into PLT-1429 | =Corey Hulen | 2016-02-03 | 1 | -1/+33 | |
|\| | ||||||
| * | PLT-7: Refactoring frontend (chunk 10) | Elias Nahum | 2016-02-02 | 1 | -1/+33 | |
| | | | | | | | | | | | | - Modals - Fix bug on msg_typing - Add missing translations in es.json for EE | |||||
* | | Adding loc to new command backend | =Corey Hulen | 2016-02-01 | 1 | -116/+0 | |
| | | ||||||
* | | Fixing merge | =Corey Hulen | 2016-02-01 | 1 | -5/+1153 | |
|\| | ||||||
| * | PLT-7: Refactoring frontend (chunk 6) | Elias Nahum | 2016-01-29 | 1 | -0/+16 | |
| | | | | | | | | | | | | - Authorize - Signup Team Confirm - Footer | |||||
| * | Merge pull request #2011 from mattermost/plt-1837 | Christopher Speller | 2016-01-29 | 1 | -5/+1 | |
| |\ | | | | | | | PLT-1837 Remove expiry from public links | |||||
| | * | Removed translation for unneeded link expiry | JoramWilander | 2016-01-28 | 1 | -5/+1 | |
| | | | ||||||
| * | | PLT-7: Refactoring frontend (chunk 4) | Elias Nahum | 2016-01-28 | 1 | -0/+4 | |
| |/ | ||||||
| * | PLT-7: Missing server translations | Elias Nahum | 2016-01-27 | 1 | -0/+16 | |
| | | ||||||
| * | PLT-7: Refactoring entry point and web to use translations (chunk 8) | Elias Nahum | 2016-01-25 | 1 | -0/+280 | |
| | | | | | | | | - Add spanish translations | |||||
| * | PLT-7: Refactoring stores to use translations (chunk 7) | Elias Nahum | 2016-01-25 | 1 | -0/+840 | |
|/ | | | | - Add spanish translations | |||||
* | PLT-7: Refactoring models to use translations (chunk 6) | Elias Nahum | 2016-01-25 | 1 | -0/+480 | |
| | | | | - Add spanish translations | |||||
* | PLT-7: Refactoring manuatesting & utils to use translations (chunk 5) | Elias Nahum | 2016-01-25 | 1 | -1/+129 | |
| | | | | | - Add spanish translations - Skip tests | |||||
* | PLT-7: Refactoring api to use translations (chunk 4) | Elias Nahum | 2016-01-24 | 1 | -3/+247 | |
| | | | | - Translation for api templates english and spanish | |||||
* | PLT-7: Refactoring api to use translations (chunk 3) | Elias Nahum | 2016-01-23 | 1 | -0/+76 | |
| | | | | | - Add spanish translations - Not included tests and templates | |||||
* | Refactoring api to use translations (chunk 2) | Elias Nahum | 2016-01-22 | 1 | -0/+928 | |
| | | | | | | - Add spanish translations - Does not include tests - Add func to get the translations for a user locale | |||||
* | Refactoring api to use translations (chunk 1) | Elias Nahum | 2016-01-21 | 1 | -16/+400 | |
| | | | | | | | | - 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-server-db | =Corey Hulen | 2016-01-20 | 1 | -3/+7 | |
| | ||||||
* | PLT-7 Adding translation function to context | =Corey Hulen | 2016-01-19 | 1 | -0/+14 | |