Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
選択タイプ (ドロップダウン) の内容を翻訳する方法はありますか。コンテンツの値は同じですが、オプションのテキストは翻訳する必要があります。
キーを翻訳ファイルに追加するだけです。
あなたの選択肢が
array( 1 => "my.choice.1", 2 => "my.choice.2" );
追加するだけ
<trans-unit id=""> <source>my.choice.1</source> <target>Pizza</target> </trans-unit>
symfony は、サービス内の Choice タイプ内にオプションを自動的に渡しますtranslator。
translator