0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Updated copy for locale input

This commit is contained in:
Daniel Lockyer 2023-03-30 18:06:35 +02:00 committed by Daniel Lockyer
parent 5cd67f83ea
commit a1815cd6d6

View file

@ -96,7 +96,7 @@
data-test-input="locale"
/>
<GhErrorMessage @errors={{this.settings.errors}} @property="locale" />
<p>Default: English (<strong>en</strong>); you can add translation files to your theme for <a href="https://ghost.org/docs/themes/helpers/translate/" target="_blank" rel="noopener noreferrer">any language</a></p>
<p>Default: English (<strong>en</strong>); find out more about <a href="https://ghost.org/docs/i18n/" target="_blank" rel="noopener noreferrer">using Ghost in other languages</a></p>
</GhFormGroup>
</div>
{{/liquid-if}}