From a0835a6cc18b9d1aa952697564765ad0de8f6fca Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Sat, 24 Aug 2024 14:31:00 +0900 Subject: [PATCH] Add sphinx-intl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a26af64..018d59a 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ This list contains tools, books, articles, blogs, courses and everything related - [Django docs - i18n](https://docs.djangoproject.com/en/4.1/topics/i18n/) - Part of the Django docs, focused on internationalization and localization. - [Localizejs](https://localizejs.com/) - Translations for websites and applications to new languages and streamline translation workflow. - [ParaglideJS](https://inlang.com/m/gerre34r) - Synchronous, typesafe and lightweight i18n library. +- [sphinx-intl](https://github.com/sphinx-doc/sphinx-intl) - A Sphinx utility that make it easy to translate and to apply translations. ### Machine translation for developers - [SwiftGoogleTranslate](https://github.com/maximbilan/SwiftGoogleTranslate) - A framework to use cloud translation API by Google in Swift.