Finalized theme loading and stuff
This commit is contained in:
9
app/javascript/locales/index.js
Normal file
9
app/javascript/locales/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
let theLocale;
|
||||
|
||||
export function setLocale(locale) {
|
||||
theLocale = locale;
|
||||
}
|
||||
|
||||
export function getLocale() {
|
||||
return theLocale;
|
||||
}
|
Reference in New Issue
Block a user