Skip to content

Commit d87be95

Browse files
committed
docs: move paragraph to better place
1 parent ace1963 commit d87be95

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

user_guide_src/source/outgoing/localization.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@ CodeIgniter provides several tools to help you localize your application for dif
1414
localization of an application is a complex subject, it's simple to swap out strings in your application
1515
with different supported languages.
1616

17-
Language strings are stored in the **app/Language** directory, with a sub-directory for each
18-
supported language (locale)::
19-
20-
app/
21-
Language/
22-
en/
23-
App.php
24-
fr/
25-
App.php
26-
2717
Configuring the Locale
2818
======================
2919

@@ -139,6 +129,16 @@ Language Localization
139129
Creating Language Files
140130
=======================
141131

132+
Language strings are stored in the **app/Language** directory, with a sub-directory for each
133+
supported language (locale)::
134+
135+
app/
136+
Language/
137+
en/
138+
App.php
139+
fr/
140+
App.php
141+
142142
.. note:: The Language Files do not have namespaces.
143143

144144
Languages do not have any specific naming convention that are required. The file should be named logically to

0 commit comments

Comments
 (0)