Skip to content

Commit

Permalink
Enable Hebrew, French, Dutch (#2022)
Browse files Browse the repository at this point in the history
add french translations for navigation categories (#2028)

Co-Authored-By: Paul Verbeke <github.f9qel@simplelogin.com>
  • Loading branch information
jonaharagon and paulverbeke committed Feb 25, 2023
1 parent 74928bb commit 8141415
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/crowdin-download.yml
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions crowdin.yml
Expand Up @@ -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:
Expand All @@ -15,4 +14,3 @@ files:
translation: "/includes/%file_name%.%two_letters_code%.md"
translation_replace:
"en.": ""
update_option: update_as_unapproved
57 changes: 51 additions & 6 deletions mkdocs.yml
Expand Up @@ -59,18 +59,17 @@ watch:
plugins:
i18n:
default_language: en
default_language_only: true
material_alternate: true
languages:
en:
name: English
build: true
he:
name: עִברִית
build: false
build: true
fr:
name: French
build: false
name: Français
build: true
bn:
name: bn
build: false
Expand All @@ -84,8 +83,8 @@ plugins:
name: it
build: false
nl:
name: Dutch
build: false
name: Nederlands
build: true
pt:
name: pt
build: false
Expand All @@ -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: {}
Expand Down

0 comments on commit 8141415

Please sign in to comment.