This guide outlines the process for managing localized resources within the GimCore administrative panel. The Localize Resources screen allows administrators to manage and translate various UI strings, messages, and content to support multi-language environments. This ensures that the system presents information accurately to users regardless of their preferred language.
Accessing Localize Resources
To access the localize resources management screen, navigate through the left-hand menu:
- Click on the Resource menu item.
- Select Resources from the submenu.
This action will display the Localize Resources data table, presenting all configured localized resource keys and their associated translations.
Localize Resources Data Table
The main screen displays a data table with the following columns:
- Resource Name: This column displays the unique identifier or key for the resource string that requires localization. This name is used internally by the system to reference the specific text.
- Original Value: This column shows the primary or default language value for the resource key. This is typically the value in the system's base language.
- Last Update: This column indicates the timestamp of the last modification made to the resource or its translation.
- Actions: This column contains action icons for managing individual resources. This includes editing an existing resource translation.
Managing Localize Resources
Editing a Localize Resource Translation ✏️
To modify the translation of an existing resource:
- Locate the desired resource in the Localize Resources data table. You can use the search bar at the top to filter the list by Resource Name or Original Value.
- In the Actions column for that resource, click the Edit (pencil icon) button. This action will open the Manage Resources modal dialog.
Manage Resources Modal Dialog
This modal dialog facilitates the modification of resource translations across different languages. It contains the following fields for each configured language:
- Resource Name: This field displays the read-only unique identifier for the resource being edited.
- Original Value: This field displays the read-only default language value of the resource.
- English: This input field allows you to enter or update the localized text for the English language.
- Spanish: This input field allows you to enter or update the localized text for the Spanish language.
- German: This input field allows you to enter or update the localized text for the German language.
- French: This input field allows you to enter or update the localized text for the French language.
After making the necessary translation updates:
- Review all the updated translations for accuracy.
- Click the Update button to save your changes and apply the new translations.
- Click the Cancel button if you wish to discard any changes and close the modal without saving.