Skip to content

Commit ca277b4

Browse files
authored
Add Fluent Translation to ecosystem page (#70)
1 parent 45b53a2 commit ca277b4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

config/.markdownlint.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"proper-names": {
5050
"names": ["Godot", "GDScript", "Rust", "GDExtension", "gdext", "godot-rust",
5151
// Exceptions because this tool can't recognize "godot-" isn't "godot"
52-
"godot-sandbox", "godot-tokio"
52+
"godot-sandbox", "godot-tokio", "godot-fluent-translation"
5353
],
5454

5555
"code_blocks": false

src/ecosystem/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ A list for games is also planned, and will be showcased on a separate page.
100100
| ___________________________________________________ | | |
101101
| 🏗️ _**Project workflow**_ | | |
102102
| **[godot-sandbox]**<br/>Secure modding support for C++, Rust and others. | | ![godot-sandbox][godot-sandbox-badge] |
103-
103+
| ___________________________________________________ | | |
104+
| 🌐 _**Localization**_ | | |
105+
| **[Fluent Translation]**<br/>Translation using Mozilla's Fluent (FTL). | [Asset Library][godot-fluent-translation-assetlib] | ![godot-fluent-translation][godot-fluent-translation-badge] |
104106

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

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

129135
### 🖥️ Applications
130136

0 commit comments

Comments
 (0)