Tutorials
Custom Languages
If you want to custom a localization string in French….
Open packages/l10n/strings.fr-FR.json, find the specific string and modify it.
And then, run command:
make settingsThis command will copy l10n files to different packages.
Custom Enterprise multiple customer settings
Enterprise edition only
If you have multiple hosted distribution that with different settings,
Go to Enterprise edition code, init-settings folder.
You can see different folder names that store different customers’ settings like this:
- init-settings
- base
- l10n-apitable-ce
- l10n-apitable-ee
- l10n-vika-ceAnd, then you go into the specific customer’s folder and modify the settings.
That’s done, the different customers’ distribution docker images will be built with different customers’ settings.
If you want to run test under the development environment, then run command (under the Enterprise code folder):
make settingsBut remember, don’t commit these command’s Git changes.