| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the L10N loading lazy | Roeland Jago Douma | 2019-05-22 | 2 | -25/+98 |
* | Typehint | John Molakvoæ (skjnldsv) | 2018-09-10 | 1 | -2/+1 |
* | Use user locale as default in the template | John Molakvoæ (skjnldsv) | 2018-09-10 | 1 | -0/+20 |
* | Backend work to provide NC whats New info to users | Arthur Schiwon | 2018-07-05 | 2 | -28/+143 |
* | adjust backend and gui to update and changelog server | Arthur Schiwon | 2018-06-29 | 1 | -0/+32 |
* | docblock version fixes | Georg Ehrke | 2018-06-28 | 1 | -1/+1 |
* | move locales file to /resources/ | Georg Ehrke | 2018-06-27 | 2 | -437/+1 |
* | fix use of findLocale | Georg Ehrke | 2018-06-27 | 1 | -1/+1 |
* | properly handle force_locale setting | Georg Ehrke | 2018-06-27 | 1 | -0/+5 |
* | cache available locales to minimize fs access | Georg Ehrke | 2018-06-27 | 1 | -6/+23 |
* | OC.getLocale() now returns Locale and no longer Language | Thomas Citharel | 2018-06-27 | 1 | -1/+1 |
* | handle config.php values | Thomas Citharel | 2018-06-27 | 1 | -5/+10 |
* | Fix review & tests | Thomas Citharel | 2018-06-27 | 2 | -0/+496 |
* | Allow apps to specify locale for localisation | Thomas Citharel | 2018-06-27 | 2 | -13/+31 |
* | Merge pull request #9435 from nextcloud/bugfix/noid/fix_force_language_html_attr | Roeland Jago Douma | 2018-05-23 | 1 | -0/+5 |
|\ |
|
| * | Always set the request language to the force language | Roeland Jago Douma | 2018-05-23 | 1 | -6/+5 |
| * | make sure force language is reflected in html lang attribute | Georg Ehrke | 2018-05-22 | 1 | -0/+6 |
* | | Added language support in users list | John Molakvoæ (skjnldsv) | 2018-05-16 | 1 | -3/+78 |
|/ |
|
* | Relax what t accepts so we don't break it all | Roeland Jago Douma | 2018-02-22 | 1 | -2/+6 |
* | Fix other tests | Roeland Jago Douma | 2018-02-21 | 1 | -0/+1 |
* | Proper closure for function | Roeland Jago Douma | 2018-02-21 | 1 | -2/+2 |
* | Make OCP\IL10N strict | Roeland Jago Douma | 2018-02-21 | 1 | -19/+19 |
* | Improve conditional of loop | Morris Jobke | 2018-01-25 | 1 | -1/+2 |
* | Request->getHeader() should always return a string | Morris Jobke | 2018-01-17 | 1 | -1/+1 |
* | check if $defaultLanguage is a valid string before we move on | Bjoern Schiessle | 2017-12-01 | 1 | -2/+3 |
* | use formal version of German if default_language is set to 'de_DE' | Bjoern Schiessle | 2017-11-30 | 1 | -1/+25 |
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 3 | -0/+5 |
* | Make L10N->l provide weekdayName | Georg Ehrke | 2017-11-03 | 1 | -0/+2 |
* | Use symfony/translation for L10N plurals | Roeland Jago Douma | 2017-08-07 | 1 | -1/+6 |
* | Some more invalid PHPDocs in legacy classes | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
* | Move \OC_L10N_String to proper \OC\L10N\L10NString | Roeland Jago Douma | 2017-07-24 | 2 | -4/+91 |
* | Allow to force a language and set it via the ocs api | Joas Schilling | 2017-06-21 | 1 | -1/+7 |
* | Don't force the use of Accept-Language anymore | Joas Schilling | 2017-04-07 | 1 | -18/+0 |
* | Simplify isSubDirectory check | Lukas Reschke | 2016-10-07 | 1 | -4/+26 |
* | ACCEPT_LANGUAGE goes before default_langauge | Roeland Jago Douma | 2016-09-04 | 2 | -20/+63 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 2 | -4/+6 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
* | Do not save the language as request lang for apps when we didn't find any | Joas Schilling | 2016-05-04 | 1 | -1/+1 |
* | Move \OC\L10N to PSR-4 | Roeland Jago Douma | 2016-04-27 | 2 | -0/+606 |