mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-06-05 06:34:32 -04:00
This fixes the server-side translations for "activties" and e.g. the default space description. We need to bump "leonelquinteros/gotext" to latest master for that as even the latest release still contains and issue that cause `go vet` to complain about non-constant format strings. Fixes: #2833, #2835
40 lines
960 B
YAML
40 lines
960 B
YAML
site_name: gotext
|
|
site_description: GNU gettext utilities for Go
|
|
site_author: Leonel Quinteros
|
|
repo_url: https://github.com/leonelquinteros/gotext
|
|
edit_uri: edit/master/docs/
|
|
|
|
theme:
|
|
name: material
|
|
palette:
|
|
primary: indigo
|
|
accent: indigo
|
|
features:
|
|
- navigation.tabs
|
|
- navigation.sections
|
|
- navigation.top
|
|
- search.suggest
|
|
- search.highlight
|
|
|
|
nav:
|
|
- Home: index.md
|
|
- Getting Started: GETTING_STARTED.md
|
|
- User Guides:
|
|
- Plural Forms: PLURALS.md
|
|
- xgotext CLI: xgotext.md
|
|
- Character Encoding: ENCODING.md
|
|
- Best Practices: BEST_PRACTICES.md
|
|
- API Reference: https://pkg.go.dev/github.com/leonelquinteros/gotext
|
|
- Contributing:
|
|
- Guidelines: CONTRIBUTING.md
|
|
- Code of Conduct: CODE_OF_CONDUCT.md
|
|
- License: LICENSE.md
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.snippets
|
|
- pymdownx.superfences
|