skin_engine: Splash an error when a font fails to load

...Otherwise we fail silently with the theme only partially applied.

Change-Id: I1010efaee965db86bb8d2859b04364f63bfbcc0f
This commit is contained in:
Solomon Peachy 2024-12-07 09:19:46 -05:00
parent 5ed0db6e90
commit 93ecb97693
2 changed files with 20 additions and 1 deletions

View file

@ -16566,4 +16566,18 @@
<voice>
*: "Lineout"
</voice>
</phrase>
</phrase>
<phrase>
id: LANG_FONT_LOAD_ERROR
desc: Displayed when font loading fails
user: core
<source>
*: "Unable to load font: (%s)"
</source>
<dest>
*: "Unable to load font: (%s)"
</dest>
<voice>
*: "tracks saved"
</voice>
</phrase>