Commit 668ee328 authored by Ivaria's avatar Ivaria
Browse files

-- Re-enable LibSharedMedia fonts for zhCN, zhTW, and koKR locales

parent 946242af
......@@ -290,9 +290,8 @@ end
-- Liefert sicheren Fontnamen. Falls in LSM nicht (mehr) vorhanden oder
-- in asiatischem Land den Standard-Font zurckliefern. Genauso wenn als Argument nil geliefert wurde
function VUHDO_getFont(aFont)
if (aFont or "") ~= "" and sIsNotInChina then
if (aFont or "") ~= "" then
for _, tFontInfo in pairs(VUHDO_FONTS) do
if aFont == tFontInfo[1] then return aFont; end
end
......
......@@ -10,6 +10,7 @@ Known issues:
Bugfixes:
-- Re-enable LibSharedMedia fonts for zhCN, zhTW, and koKR locales
Improvements:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment