mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 23:52:09 +02:00
vanilla 18.0
This commit is contained in:
parent
0a7ae8db93
commit
5454004ff9
1963 changed files with 1187893 additions and 919508 deletions
|
|
@ -1,14 +0,0 @@
|
|||
/** @odoo-module **/
|
||||
|
||||
import { pyToJsLocale } from "@web/core/l10n/utils";
|
||||
|
||||
QUnit.module("utils");
|
||||
|
||||
QUnit.test("pyToJsLocale", (assert) => {
|
||||
assert.strictEqual(pyToJsLocale("kab"), "kab");
|
||||
assert.strictEqual(pyToJsLocale("fr_BE"), "fr-BE");
|
||||
assert.strictEqual(pyToJsLocale("es_419"), "es-419");
|
||||
assert.strictEqual(pyToJsLocale("sr@latin"), "sr-Latn");
|
||||
assert.strictEqual(pyToJsLocale("sr_RS@latin"), "sr-Latn-RS");
|
||||
assert.strictEqual(pyToJsLocale("en-US"), "en-US");
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue