# Language Translations

Language translations in TempoWeave studio may be maintained for personal use.  Choose the language from the Settings file, and use this guide for the translations.

{% hint style="info" %}
Localization

How it loads translations:                                                                                                      \
&#x20; 1\. Bundled translations from \[AppDir]/Locales/fr.json load first                                                                \
&#x20; 2\. Then user overrides from \~/Library/Application Support/TempoWeave/Locales/fr.json merge on top                               \
&#x20; 3\. User overrides only need the keys being changed — everything else comes from the bundled file                                \
\
&#x20; For a weaver to customize:                                                                                                      \
&#x20; 1\. Create a file at \~/Library/Application Support/TempoWeave/Locales/fr.json                                                    \
&#x20; 2\. Add only the keys they want to change:                                                                                       \
&#x20; {                                                                                                                               \
&#x20;   "Threading": "Rentrage",                                                                                                      \
&#x20;   "Shaft": "Cadre"                                                                                                              \
&#x20; }                              &#x20;
{% endhint %}
