Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9f702c2

Browse files
committed
Remove PoEditor Provider
1 parent1faab5d commit9f702c2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

‎translation.rst‎

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ them the new contents to translate frequently and merge the results back in the
606606
application.
607607

608608
Instead of doing this manually, Symfony provides integration with several
609-
third-party translation services (e.g. Crowdin orPoEditor). You can upload and
609+
third-party translation services (e.g. Crowdin orLokalise). You can upload and
610610
download (called "push" and "pull") translations to/from these services and
611611
merge the results automatically in the application.
612612

@@ -622,7 +622,6 @@ Provider Install with
622622
Crowdin ``composer require symfony/crowdin-translation-provider``
623623
Loco (localise.biz) ``composer require symfony/loco-translation-provider``
624624
Lokalise ``composer require symfony/lokalise-translation-provider``
625-
PoEditor ``composer require symfony/po-editor-translation-provider``
626625
==================== ===========================================================
627626

628627
Each library includes a:ref:`Symfony Flex recipe<symfony-flex>` that will add
@@ -654,7 +653,6 @@ Provider DSN
654653
Crowdin crowdin://PROJECT_ID:API_TOKEN@ORGANIZATION_DOMAIN.default
655654
Loco (localise.biz) loco://API_KEY@default
656655
Lokalise lokalise://PROJECT_ID:API_KEY@default
657-
PoEditor poeditor://PROJECT_ID:API_KEY@default
658656
===================== ==========================================================
659657

660658
To enable a translation provider, add the correct DSN in your ``.env`` file and
@@ -720,11 +718,6 @@ configure the ``providers`` option:
720718
in order to override the default value (which follow the `ISO 639-1`_ succeeded by a sub-code
721719
in capital letters that specifies the national variety (e.g., "GB" or "US" according to `ISO 3166-1 alpha-2`_)).
722720

723-
..tip::
724-
725-
If you use PoEditor as provider, you have to define a `Default Reference Language`_ in your project,
726-
otherwise your translations could not be correctly exported.
727-
728721
Pushing and Pulling Translations
729722
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
730723

@@ -891,5 +884,4 @@ Learn more
891884
.. _`ISO 639-1`:https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
892885
.. _`Translatable Extension`:https://github.com/doctrine-extensions/DoctrineExtensions/blob/main/doc/translatable.md
893886
.. _`Translatable Behavior`:https://github.com/KnpLabs/DoctrineBehaviors
894-
.. _`Default Reference Language`:https://poeditor.com/kb/setting-a-default-reference-language
895887
.. _`Custom Language Name setting`:https://docs.lokalise.com/en/articles/1400492-uploading-files#custom-language-codes

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp