Choose a language

Click any flag to switch the active locale

Translation examples

Same template, six different ways to call $t()

Plain string

例 TString

Nested path

例のパス

Path string

例のパス文字列

Params (raw)

私の名前は{name}、年齢は{age}です

Params (with values) name=Jack, age=20

こんにちは、私の名前はJackで、20歳です。

Dynamic key

A = 2, B = 6, C = 0, D = 7

File References

Where i18n is wired up

  • 表示
    example/lib/widgets/example/i18n.j2.html
  • コントローラー
    example/lib/controllers/home_controller.dart
  • 言語ディレクトリ
    example/lib/languages