mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
11 lines
222 B
Text
11 lines
222 B
Text
|
App(
|
||
|
appid="locale_test",
|
||
|
name="Locale Test",
|
||
|
apptype=FlipperAppType.DEBUG,
|
||
|
entry_point="locale_test_app",
|
||
|
requires=["gui", "locale"],
|
||
|
stack_size=2 * 1024,
|
||
|
order=70,
|
||
|
fap_category="Debug",
|
||
|
)
|