I18N/UI: Work around #114080: Lack of Khmer script in built-in fonts.
Khmer was added for this release and is barely translated yet (about 1%), so it's not too bad. We will ensure that the Khmer script is added to our default font for 4.1, but this is too late for 4.0.
This commit is contained in:
@@ -104,7 +104,7 @@ IMPORT_MIN_LEVEL = 0.0
|
||||
|
||||
# Languages in the working repository that should not be imported in the Blender one currently...
|
||||
IMPORT_LANGUAGES_SKIP = {
|
||||
'am_ET', 'et_EE', 'ro_RO', 'uz_UZ@latin', 'uz_UZ@cyrillic', 'kk_KZ',
|
||||
'am_ET', 'et_EE', 'ro_RO', 'uz_UZ@latin', 'uz_UZ@cyrillic', 'kk_KZ', 'km',
|
||||
}
|
||||
|
||||
# Languages that need RTL pre-processing.
|
||||
|
||||
Reference in New Issue
Block a user