tiny portion of refactoring

This commit is contained in:
ramollia
2025-10-03 01:41:11 +02:00
parent 8ac76dd17f
commit 5e1d53e96b
3 changed files with 5 additions and 101 deletions

View File

@@ -8,6 +8,7 @@ public class AppContext {
public static void setCurrentLocale(Locale locale) {
currentLocale = locale;
}
public static Locale getLocale() {
return currentLocale;
}