summaryrefslogtreecommitdiffstats
path: root/lib/public/L10N
Commit message (Collapse)AuthorAgeFilesLines
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-052-2/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add optional locale parameter to interface as wellJulius Härtl2018-12-071-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix since tagJohn Molakvoæ (skjnldsv)2018-09-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* TypehintJohn Molakvoæ (skjnldsv)2018-09-101-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Since requirementJohn Molakvoæ (skjnldsv)2018-09-101-0/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix public l10nJohn Molakvoæ (skjnldsv)2018-09-101-1/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Use user locale as default in the templateJohn Molakvoæ (skjnldsv)2018-09-101-0/+8
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Backend work to provide NC whats New info to usersArthur Schiwon2018-07-052-4/+86
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* adjust backend and gui to update and changelog serverArthur Schiwon2018-06-291-0/+10
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Update PHPDocMorris Jobke2018-06-291-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* docblock version fixesGeorg Ehrke2018-06-281-3/+3
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* add findLocale() to public interfaceThomas Citharel2018-06-271-0/+7
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix review & testsThomas Citharel2018-06-271-0/+22
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Use symfony/translation for L10N pluralsRoeland Jago Douma2017-08-071-9/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Don't force the use of Accept-Language anymoreJoas Schilling2017-04-071-8/+0
| | | | | | | | | | | | | | | | | This is not intended anymore, since it falls back to force english when the header is not set. Also 0228bc6e66cbcb2848eacb41f1de6e7f63ebcb65 makes clear that the order should be: 1. User setting 2. Accept language 3. Admin default This is the case since the commit from above, unless via OCS and DAV. Both forced to accept-language falling back to english. By removing the force, it now also matches the w3 priority list: https://www.w3.org/International/questions/qa-lang-priorities Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Move \OCP\L10N to PSR-4Roeland Jago Douma2016-05-181-0/+79