mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-11 17:30:37 +01:00
Move lookup for translation path to separate method
This commit is contained in:
@@ -16,6 +16,7 @@ public:
|
||||
I18nClass();
|
||||
void init(Scheduler& scheduler);
|
||||
std::list<LanguageInfo_t> getAvailableLanguages();
|
||||
String getFilenameByLocale(String& locale) const;
|
||||
|
||||
private:
|
||||
void readLangPacks();
|
||||
|
||||
Reference in New Issue
Block a user