Skip to content

Commit 849d5c6

Browse files
authored
Merge pull request #156 from cmy82/main
Update language files documentation.
2 parents 53ac1db + 8f8c8b8 commit 849d5c6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • app/pages/6.0/16.i18n/01.introduction

app/pages/6.0/16.i18n/01.introduction/docs.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ return [
103103

104104
When processed using the English locale, `ACCOUNT_SPECIFY_USERNAME` will be linked to the phrase `Enter your name!`.
105105

106+
> [!NOTE]
107+
> After updating your language files, you need to clear the dictionary cache using the ```php bakery clear-cache``` command from the CLI for the changes to be visible.
108+
106109
### The Translator
107110

108111
Finally, the **Translator** use the information from a specific Dictionary to perform the actual association, aka finding the proper _localized messages_ and returning it to the system, while replacing the placeholder with the specified values.

0 commit comments

Comments
 (0)