You've already forked joplin
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:
@@ -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
|
||||
Reference in New Issue
Block a user