Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lagoproject.Net.Gh
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LAGO
Lagoproject.Net.Gh
Commits
a750a66f
Commit
a750a66f
authored
2 years ago
by
squidfunk
Browse files
Options
Downloads
Patches
Plain Diff
Added guide for updating translations to contributing guide
parent
06629ffd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTING.md
+30
-0
30 additions, 0 deletions
CONTRIBUTING.md
with
30 additions
and
0 deletions
CONTRIBUTING.md
+
30
−
0
View file @
a750a66f
...
...
@@ -40,6 +40,36 @@ it is:
the
`master`
, as it's always a matter of opinion whether if benefits the
overall functionality of the project.
### Missing translations?
Material for MkDocs ships support for 50+ languages with the help of community
contributions. When new features are added, sometimes, new translations are
necessary as well. It's impossible for the maintainers of the project to update
all translations (we just don't speak 50+ languages), so we have to rely on
our contributors to incrementally update translations. This process is pretty
simple, so if you find a translation missing in your language, follow these
guidelines:
1.
Fork the repository.
2.
Open up the [translation file for your language] as well as the
[English translations], as they are always up-to-date. Compare them
side-by-side and add the missing translations. __Important__: only add the
translations that are different from the defaults, e.g. if your language
is left-to-right, don't add the
`direction`
translation, as English is
left-to-right as well. The following translations are for technical
purposes, and should not be updated, so if they're missing from your
language it's for good reason:
- `search.config.lang`
- `search.config.pipeline`
- `search.config.separator`
1.
Create a PR (see below) with your changes.
[
translation file for your language
]:
https://github.com/squidfunk/mkdocs-material/tree/master/src/partials/languages
[
English translations
]:
https://github.com/squidfunk/mkdocs-material/tree/master/src/partials/languages/en.html
## Submission guidelines
### Submitting an issue
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment