Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Store上のデータの翻訳とその保持方法 #14

Open
nichesuch opened this issue Jun 17, 2024 · 0 comments
Open

Store上のデータの翻訳とその保持方法 #14

nichesuch opened this issue Jun 17, 2024 · 0 comments

Comments

@nichesuch
Copy link
Contributor

Now

アプリ内の固定定数はi18nで翻訳可能な状態になった。
現状、動的に変わるStore内のデータは翻訳したり、それを保持したりできない。

Want

Store内の保持方法を取り決めて、表示する際に勝手に選ばれるようになるとよい。

イメージ

翻訳されていないデータは文字列そのまま

'文字列'

翻訳されているデータ

{
  'ja': '文字列',
  'en': 'string',
  ...
}

指定がない時は'ja'を表示

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant