Skip to content

Commit 0472623

Browse files
committed
fix bug in docs.
1 parent bb3d089 commit 0472623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ For localization for validation errors and messages, take a look at the <a href=
9696
<a name="overriding-package-language-files"></a>
9797
## Overriding Package Language Files
9898

99-
Many packages ship with their own language lines. Instead of hacking the package's core files to tweak these lines, you may override them by placing files in the `app/lang/packages/{locale}` directory. So, for example, if you need to override the English language lines for a package named `skyrim/hearthfire`, you would place a language file at: `app/lang/packages/en/skyrim/hearthfire.php`. In this file you would define only the language lines you wish to override. Any language lines you don't override will still be loaded from the package's language files.
99+
Many packages ship with their own language lines. Instead of hacking the package's core files to tweak these lines, you may override them by placing files in the `app/lang/packages/{locale}` directory. So, for example, if you need to override the English language lines for a package named `skyrim/hearthfire`, you would place a language file at: `app/lang/packages/en/hearthfire.php`. In this file you would define only the language lines you wish to override. Any language lines you don't override will still be loaded from the package's language files.

0 commit comments

Comments
 (0)