Dear Joeli,
as mentioned
here, under the section "Available Languages: ..:", the list of available languages for a project is defined as a project property in the following file:
<STData>/projects/<projectname>/plugins/it.uniroma2.art.semanticturkey.settings.core.SemanticTurkeyCoreSettingsManager/settings.props
To modify the list system-wide, use the generic definition file located at:
<STData>/system/plugins/it.uniroma2.art.semanticturkey.settings.core.SemanticTurkeyCoreSettingsManager/project-settings-defaults.props
Currently, VB does not offer a dedicated UI for editing this list. However, you can use the
Settings Manager to make changes through a low-level editor.
- Go to Administration > Settings > Settings Manager
- Select SemanticTurkeyCoreSettingsManager tab, then again SemanticTurkeyCoreSettingsManager under the left panel.
- In the right panel, select the scope "PROJECT (system defaults)", you will see a list of Tag-Name pairs for each language.
- Add a new entry for the desired language.
From this point onward, any new project will automatically include the updated language list. For existing projects, you will need to enable the new languages manually by going to Administration > Projects > Project settings > Languages.
If the new languages are not visible immediately, refresh VB to ensure the system reloads the updated list.
Regarding flag icons: At the moment, there is no way to add flag icons unless you modify and recompile the code. This feature is not currently planned, but we may consider it as a possible improvement in the future.
Best regards,
Tiziano