Locales: Remove unused index.js
This commit is contained in:
parent
1b36699021
commit
85a56d86f3
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
||||||
let theLocale;
|
|
||||||
|
|
||||||
export function setLocale(locale) {
|
|
||||||
theLocale = locale;
|
|
||||||
}
|
|
||||||
|
|
||||||
export function getLocale() {
|
|
||||||
return theLocale;
|
|
||||||
}
|
|
Loading…
Reference in a new issue