1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Upgrade platform_get_locale_language()

This commit is contained in:
Gymnasiast
2022-01-08 12:19:24 +01:00
parent 77d607a4c0
commit 12034b2d36
11 changed files with 205 additions and 216 deletions

View File

@@ -26,11 +26,6 @@ bool platform_get_font_path(TTFFontDescriptor* font, utf8* buffer, size_t size)
}
# endif
uint16_t platform_get_locale_language()
{
return LANGUAGE_ENGLISH_UK;
}
CurrencyType platform_get_locale_currency()
{
return platform_get_currency_value(NULL);