New Locale Settings API & Fix for long filenames

This commit is contained in:
VerstreuteSeele
2022-12-19 01:01:05 +01:00
parent 4c509ba243
commit febc6d4284
13 changed files with 529 additions and 56 deletions

View File

@@ -0,0 +1,9 @@
App(
appid="locale",
name="LocaleSrv",
apptype=FlipperAppType.STARTUP,
entry_point="locale_on_system_start",
cdefines=["SRV_LOCALE"],
order=90,
sdk_headers=["locale.h"],
)