1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Chore: Remove recently-added .gitignored files (#10898)

This commit is contained in:
Henry Heino
2024-08-22 13:52:17 -07:00
committed by GitHub
parent c19d0773b3
commit ea420967c4
3 changed files with 0 additions and 198 deletions

View File

@@ -1,14 +0,0 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getCollatorLocale = exports.getCollator = void 0;
const locale_1 = require("../../locale");
function getCollator(locale = getCollatorLocale()) {
return new Intl.Collator(locale, { numeric: true, sensitivity: 'accent' });
}
exports.getCollator = getCollator;
function getCollatorLocale() {
const collatorLocale = (0, locale_1.languageCodeOnly)((0, locale_1.currentLocale)());
return collatorLocale;
}
exports.getCollatorLocale = getCollatorLocale;
//# sourceMappingURL=getCollator.js.map