feat(i18n): 添加法语 (fr) 翻译 - #95
Closed
gy212 wants to merge 5 commits into
Closed
Conversation
Add internationalization support with useTranslation hook, I18nProvider, and language files for: zh, en, zh-TW, ja, es, pt-BR, de, fr, ru Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove extra language files (zh-TW, ja, es, pt-BR, de, fr, ru) from the base i18n PR. Each language will be added in a separate PR.
Add fr locale with complete translation coverage.
op7418
commented
Feb 24, 2026
Owner
Closed — i18n infrastructure and Chinese/English translations have been implemented in v0.13.0 (commit c7c3ba5). Thank you @gy212 for the excellent i18n framework design and comprehensive translation files that inspired this implementation! 🙏 The remaining language translations (zh-TW, ja, es, pt-BR, de, fr, ru) from PRs #90-96 will be integrated in a follow-up release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述
添加法语(fr)翻译支持。
依赖
此 PR 依赖 #89(i18n 基础设施 + en/zh),需先合并 #89。
改动内容
src/i18n/fr.ts翻译文件,覆盖所有翻译键src/i18n/index.ts注册 fr locale