We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d786f8 commit a6e862eCopy full SHA for a6e862e
user_guide_src/source/outgoing/localization.rst
@@ -266,6 +266,16 @@ project:
266
The translated messages will be automatically picked
267
up because the translations folders get mapped appropriately.
268
269
+Overriding System Message Translations
270
+======================================
271
+
272
+The framework provide `System Message Translations`_, and packages that you
273
+installed may also provide the message translations.
274
275
+If you want to override some language messages, create language files in the
276
+**app/Language** directory. Then, return only the array you want to override
277
+in the file.
278
279
.. _generating-translation-files-via-command:
280
281
Generating Translation Files via Command
0 commit comments