diff --git a/.github/workflows/crowdin-download.yml b/.github/workflows/crowdin-download.yml index 2460d7b938..3b28bf2686 100644 --- a/.github/workflows/crowdin-download.yml +++ b/.github/workflows/crowdin-download.yml @@ -18,7 +18,6 @@ jobs: uses: crowdin/github-action@v1.7.0 with: upload_sources: false - upload_sources_args: '--auto-update --delete-obsolete' upload_translations: false download_translations: true localization_branch_name: crowdin/l10n_translations diff --git a/crowdin.yml b/crowdin.yml index a191710a6b..4641ea86fd 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -6,7 +6,6 @@ files: translation: "/docs/**/%file_name%.%two_letters_code%.%file_extension%" translation_replace: "en.": "" - update_option: update_as_unapproved - source: "/theme/overrides/*.en.html" translation: "/theme/overrides/%file_name%.%two_letters_code%.html" translation_replace: @@ -15,4 +14,3 @@ files: translation: "/includes/%file_name%.%two_letters_code%.md" translation_replace: "en.": "" - update_option: update_as_unapproved diff --git a/mkdocs.yml b/mkdocs.yml index 35c84c4c20..62835b77db 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -59,7 +59,6 @@ watch: plugins: i18n: default_language: en - default_language_only: true material_alternate: true languages: en: @@ -67,10 +66,10 @@ plugins: build: true he: name: עִברִית - build: false + build: true fr: - name: French - build: false + name: Français + build: true bn: name: bn build: false @@ -84,8 +83,8 @@ plugins: name: it build: false nl: - name: Dutch - build: false + name: Nederlands + build: true pt: name: pt build: false @@ -95,6 +94,52 @@ plugins: zh: name: zh build: false + nav_translations: + he: + 'Home': 'HEHome' + 'Knowledge Base': 'HEKnowledge Base' + 'Technology Essentials': 'HETechnology Essentials' + 'Operating Systems': 'HEOperating Systems' + 'Advanced Topics': 'HEAdvanced Topics' + 'Recommendations': 'HERecommendations' + 'Internet Browsing': 'HEInternet Browsing' + 'Operating Systems': 'HEOperating Systems' + 'Providers': 'HEProviders' + 'Software': 'HESoftware' + 'About': 'HEAbout' + 'Changelog': 'HEChangelog' + 'Forum': 'HEForum' + 'Blog': 'HEBlog' + fr: + 'Home': 'Accueil' + 'Knowledge Base': 'Base de connaissances' + 'Technology Essentials': 'Les essentiels de la technologie' + 'Operating Systems': 'Systèmes d'exploitation' + 'Advanced Topics': 'Sujets avancés' + 'Recommendations': 'Recommandations' + 'Internet Browsing': 'Navigation internet' + 'Operating Systems': 'Systèmes d'exploitation' + 'Providers': 'Fournisseurs' + 'Software': 'Logiciels' + 'About': 'À propos' + 'Changelog': 'Journal des modifications' + 'Forum': 'Forum' + 'Blog': 'Blog' + nl: + 'Home': 'NLHome' + 'Knowledge Base': 'NLKnowledge Base' + 'Technology Essentials': 'NLTechnology Essentials' + 'Operating Systems': 'NLOperating Systems' + 'Advanced Topics': 'NLAdvanced Topics' + 'Recommendations': 'NLRecommendations' + 'Internet Browsing': 'NLInternet Browsing' + 'Operating Systems': 'NLOperating Systems' + 'Providers': 'NLProviders' + 'Software': 'NLSoftware' + 'About': 'NLAbout' + 'Changelog': 'NLChangelog' + 'Forum': 'NLForum' + 'Blog': 'NLBlog' tags: {} search: {} macros: {}