Clocale

Translations

Translations are the heart of your localization efforts. They define the key-value pairs that represent the content displayed in your application across different languages. By managing translations effectively, you ensure that your project can scale to support any number of languages, making your product accessible to a global audience.


What Are Translations?

A Translation in Clocale is a key-value pair where the key is a unique identifier, and the value is the translated text. Translation keys are consistent across different languages, while the values differ based on the language.

For example:

"welcome_message": "Welcome to Clocale!"

Translation

Synchronizing Translations

Clocale provides real-time synchronization of translations. Whenever a translation is added or updated, the changes are reflected across your project immediately — once the corresponding namespace is published.

This ensures that your translations are always in sync with your project, reducing the risk of errors or outdated content.

On this page