Skip to content

Commit b1d56ec

Browse files
committed
docs: fix typo in lang filename
1 parent d87be95 commit b1d56ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/outgoing/localization.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ Language Fallback
231231
=================
232232

233233
If you have a set of messages for a given locale, for instance
234-
**Language/en/app.php**, you can add language variants for that locale,
235-
each in its own folder, for instance **Language/en-US/app.php**.
234+
**Language/en/App.php**, you can add language variants for that locale,
235+
each in its own folder, for instance **Language/en-US/App.php**.
236236

237237
You only need to provide values for those messages that would be
238238
localized differently for that locale variant. Any missing message

0 commit comments

Comments
 (0)