Slide 18
Slide 18 text
po ファイルを コンパイルしてフロントエンドで扱えるファイルを⽣成する
Bill One のグローバル対応
LinguiJS について (compile)
msgid “請求書登録”
msgstr “請求書登録”
…
msgid “請求書登録”
msgstr “Upload”
…
ja/messages.po en/messages.po
Export messages={
“請求書登録”:” 請求書登録”,
…
}
ja/messages.ts
Export messages={
“請求書登録”:” Upload”,
…
}
en/messages.ts
lingui compile