summaryrefslogtreecommitdiffstats
path: root/core/src/OC/l10n.js
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate OC.L10N functions in favor of translation functions from ↵Ferdinand Thiessen2023-02-201-274/+22
| | | | | | `@nextcloud/l10n` Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* Various fixesCarl Schwan2022-08-261-1/+1
| | | | | | | | | | | | | | - Fix user status dialog - Add label where missing - Move emoji picker inside input field (similar to talk) - Fix selecting an emoji - Fix multiselect - Fix button with confirmation action - Fix some other unrelated dark theme issues - Fix select2 focus - Run npm lint:fix Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Typing correctionsLouis Chemineau2022-01-111-3/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Eslint fixJohn Molakvoæ (skjnldsv)2022-01-081-16/+18
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump js licensesJohn Molakvoæ (skjnldsv)2021-03-311-3/+23
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump jquery from 2.2.4 to 3.1.0Christoph Wurst2020-11-131-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-311-5/+5
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix parsing of language codeDaniel Kesselberg2020-07-091-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Move humanFileSize and OC.getCanonicalLocale to npm packagesChristoph Wurst2020-06-051-10/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix some linter warningRoeland Jago Douma2020-06-021-1/+2
| | | | | | | Part of my ongoing battle against deprecation messages. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Make the translation sanitization optionalChristoph Wurst2020-05-271-8/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-191-17/+17
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move to escape-htmlRoeland Jago Douma2019-10-041-0/+1
| | | | | | | * If there is a package that does exactly the same then lets us use that * Import it properly in the internals (less deprecation warnings) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-190/+189
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Properly import DOMPurify in l10n.jsRoeland Jago Douma2019-09-251-0/+1
| | | | | | | Fixes a bunch of warning in the console. And fixed the doube escaping. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix js l10n registration to also work with more than one bundleChristoph Wurst2019-06-261-32/+21
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Move l10n functions to the bundleChristoph Wurst2019-05-131-0/+24
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix behaviour of plural default ruleMorris Jobke2019-03-151-1/+1
| | | | | | * undefined and empty string should trigger the default plural form Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Rename the variable aswellJoas Schilling2019-03-121-7/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix plural rule detection for languagesJoas Schilling2019-03-111-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move OC.L10n to the server bundleChristoph Wurst2019-01-291-0/+335
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>