|
449.
|
|
|
The FriBidi C compiled library (.so under Linux, .dll under windows...), you’ll likely have to edit it if you’re under Windows, e.g. using the one included in svn's libraries repository
|
|
|
:src: bpy.types.UI_AP_i18n_settings.FRIBIDI_LIB
|
|
|
|
(no translation yet)
|
|
|
|
450.
|
|
|
Persistent Data Path
|
|
|
:src: bpy.types.UI_AP_i18n_settings.persistent_data_path
|
|
|
|
(no translation yet)
|
|
|
|
451.
|
|
|
The name of a json file storing those settings (unfortunately, Blender's system does not work here)
|
|
|
:src: bpy.types.UI_AP_i18n_settings.persistent_data_path
|
|
|
|
(no translation yet)
|
|
|
|
452.
|
|
|
Translation Root
|
|
|
:src: bpy.types.UI_AP_i18n_settings.I18N_DIR
|
|
|
|
(no translation yet)
|
|
|
|
453.
|
|
|
The bf-translation repository
|
|
|
:src: bpy.types.UI_AP_i18n_settings.I18N_DIR
|
|
|
|
(no translation yet)
|
|
|
|
454.
|
|
|
Gettext 'msgfmt' executable
|
|
|
:src: bpy.types.UI_AP_i18n_settings.GETTEXT_MSGFMT_EXECUTABLE
|
|
|
|
(no translation yet)
|
|
|
|
455.
|
|
|
The gettext msgfmt 'compiler'. You’ll likely have to edit it if you’re under Windows
|
|
|
:src: bpy.types.UI_AP_i18n_settings.GETTEXT_MSGFMT_EXECUTABLE
|
|
|
|
(no translation yet)
|
|
|
|
456.
|
|
|
Spell Cache
|
|
|
:src: bpy.types.UI_AP_i18n_settings.SPELL_CACHE
|
|
|
|
(no translation yet)
|
|
|
|
457.
|
|
|
A cache storing validated msgids, to avoid re-spellchecking them
|
|
|
:src: bpy.types.UI_AP_i18n_settings.SPELL_CACHE
|
|
|
|
(no translation yet)
|
|
|
|
458.
|
|
|
Warn Msgid Not Capitalized
|
|
|
:src: bpy.types.UI_AP_i18n_settings.WARN_MSGID_NOT_CAPITALIZED
|
|
|
|
(no translation yet)
|
|
|