Skip to content

Commit

Permalink
fix: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
neznaika0 committed Dec 26, 2024
1 parent 2ee1cb0 commit 6872fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user_guide_src/source/outgoing/localization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -370,12 +370,12 @@ Detailed information can be found by running the command:
.. _sync-translations-command:

Synchronization Translation Files via Command
=============================================
---------------------------------------------

.. versionadded:: 4.6.0

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.
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')``.
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')``.
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.

All you need to do is execute:
Expand Down

0 comments on commit 6872fa5

Please sign in to comment.