Skip to content

Commit 6872fa5

Browse files
committed
fix: Update changelog
1 parent 2ee1cb0 commit 6872fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/outgoing/localization.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,12 +370,12 @@ Detailed information can be found by running the command:
370370
.. _sync-translations-command:
371371

372372
Synchronization Translation Files via Command
373-
=============================================
373+
---------------------------------------------
374374

375375
.. versionadded:: 4.6.0
376376

377377
After working on your translation for the current language for a long time, in some cases you will need to create files for another language.
378-
The ``spark lang:find`` command can be used, it is not prohibited. But it cannot fully detect absolutely all translations. Especially if the parameters are dynamically set as ``lang('App.status.' . $key, ['payload' => 'John'], 'en')``.
378+
The ``spark lang:find`` command can be used. But it cannot fully detect absolutely all translations. Especially if the parameters are dynamically set as ``lang('App.status.' . $key, ['payload' => 'John'], 'en')``.
379379
In this case, the best solution is to copy the finished language files and translate them. This way you can save your unique keys that the command did not find.
380380

381381
All you need to do is execute:

0 commit comments

Comments
 (0)