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

Add Fluent Translation to ecosystem page #70

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/.markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"proper-names": {
"names": ["Godot", "GDScript", "Rust", "GDExtension", "gdext", "godot-rust",
// Exceptions because this tool can't recognize "godot-" isn't "godot"
"godot-sandbox", "godot-tokio"
"godot-sandbox", "godot-tokio", "godot-fluent-translation"
],

"code_blocks": false
Expand Down
8 changes: 7 additions & 1 deletion src/ecosystem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ A list for games is also planned, and will be showcased on a separate page.
| ___________________________________________________ | | |
| 🏗️ _**Project workflow**_ | | |
| **[godot-sandbox]**<br/>Secure modding support for C++, Rust and others. | | ![godot-sandbox][godot-sandbox-badge] |

| ___________________________________________________ | | |
| 🌐 _**Localization**_ | | |
| **[Fluent Translation]**<br/>Translation using Mozilla's Fluent (FTL). | [Asset Library][godot-fluent-translation-assetlib] | ![godot-fluent-translation][godot-fluent-translation-badge] |

[Godot-Tour]: https://github.com/Decapitated/Godot-Tour
[godot-tour-discord]: https://discord.com/channels/723850269347283004/1272688558070698037/1272688558070698037
Expand All @@ -125,6 +127,10 @@ A list for games is also planned, and will be showcased on a separate page.
[godot-sandbox]: https://github.com/libriscv/godot-sandbox
[godot-sandbox-badge]: https://img.shields.io/github/last-commit/libriscv/godot-sandbox

[Fluent Translation]: https://github.com/RedMser/godot-fluent-translation
[godot-fluent-translation-assetlib]: https://godotengine.org/asset-library/asset/2937
[godot-fluent-translation-badge]: https://img.shields.io/github/last-commit/RedMser/godot-fluent-translation


### 🖥️ Applications

Expand Down
Loading