From 70355419650933c377f37c9d1841dcaa17a5e8be Mon Sep 17 00:00:00 2001 From: RedMser <5117197+RedMser@users.noreply.github.com> Date: Wed, 1 Jan 2025 01:08:20 +0100 Subject: [PATCH 1/2] Add Fluent Translation to ecosystem page --- config/.markdownlint.jsonc | 2 +- src/ecosystem/index.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config/.markdownlint.jsonc b/config/.markdownlint.jsonc index acef14e..baf474d 100644 --- a/config/.markdownlint.jsonc +++ b/config/.markdownlint.jsonc @@ -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 diff --git a/src/ecosystem/index.md b/src/ecosystem/index.md index b8fe1a9..2bfb406 100644 --- a/src/ecosystem/index.md +++ b/src/ecosystem/index.md @@ -100,7 +100,9 @@ A list for games is also planned, and will be showcased on a separate page. | ___________________________________________________ | | | | 🏗️ _**Project workflow**_ | | | | **[godot-sandbox]**
Secure modding support for C++, Rust and others. | | ![godot-sandbox][godot-sandbox-badge] | - +| ___________________________________________________ | | | +| 🌐 _**Localization**_ | | | +| **[Fluent Translation]**
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 @@ -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 +[godot-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 From 268a4f99349ee43f53b8d63a0508ab7b47056f84 Mon Sep 17 00:00:00 2001 From: Jan Haller Date: Fri, 10 Jan 2025 23:29:32 +0100 Subject: [PATCH 2/2] Add godot-fluent-translation --- src/ecosystem/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ecosystem/index.md b/src/ecosystem/index.md index 2bfb406..836c08f 100644 --- a/src/ecosystem/index.md +++ b/src/ecosystem/index.md @@ -127,7 +127,7 @@ 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 -[godot-fluent-translation]: https://github.com/RedMser/godot-fluent-translation +[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