We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://misskey.niri.la/notes/9l50s4zx5r
API的な感じではなく実装的な話ですが、LocalizationAsset.GetLocalizedStringは対応する値がないとキーがそのまま返ってくるので、Func<string, string> lookupの規約として見つからない場合null返すにするのであればなんかしらの形でラップして上げる必要があると思います
LocalizationAsset.GetLocalizedString
Func<string, string> lookup
null
The text was updated successfully, but these errors were encountered:
fix: .po file assets don't fall back correctly
2f4c66a
Fixes: #100
916b169
fix: .po file assets don't fall back correctly (#107)
7842eac
Successfully merging a pull request may close this issue.
https://misskey.niri.la/notes/9l50s4zx5r
The text was updated successfully, but these errors were encountered: