Skip to content

Commit 0ba441a

Browse files
committed
docs: change lang file sample filename to uppercase first
1 parent ec23934 commit 0ba441a

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
@@ -20,9 +20,9 @@ supported language::
2020
/app
2121
/Language
2222
/en
23-
app.php
23+
App.php
2424
/fr
25-
app.php
25+
App.php
2626

2727
.. important:: Locale detection only works for web-based requests that use the IncomingRequest class.
2828
Command-line requests will not have these features.

0 commit comments

Comments
 (0)