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

Remove formatUnchecked and extend i18n api with format check. #1274

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

wengxt
Copy link
Member

@wengxt wengxt commented Feb 20, 2025

While we can not check translated string, it is still make sense
to check the original string at compile time.

It also simplify the usage and solve the issue that runtime_format_string
is not available at c++20.

While we can not check translated string, it is still make sense
to check the original string at compile time.

It also simplify the usage and solve the issue that runtime_format_string
is not available at c++20.
@wengxt wengxt merged commit 274e863 into master Feb 20, 2025
4 checks passed
@wengxt wengxt deleted the i18n-format branch February 20, 2025 00:57
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

Successfully merging this pull request may close these issues.

1 participant