Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual update to French translation and doc fixes #391

Merged
merged 3 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ Separate commits should be used for:
- Documentation (`doc: Update XYZ` for files in `doc/`)
- API structure (`shared/api: Add XYZ` for changes to `shared/api/`)
- Go client package (`client: Add XYZ` for changes to `client/`)
- CLI (`lxc/<command>: Change XYZ` for changes to `lxc/`)
- CLI (`cmd/<command>: Change XYZ` for changes to `cmd/`)
- Scripts (`scripts: Update bash completion for XYZ` for changes to `scripts/`)
- Incus daemon (`incus/<package>: Add support for XYZ` for changes to `incus/`)
- Tests (`tests: Add test for XYZ` for changes to `tests/`)

The same kind of pattern extends to the other tools in the Incus code tree
and depending on complexity, things may be split into even smaller chunks.

When updating strings in the CLI tool (`lxc/`), you may need a commit to update the templates:
When updating strings in the CLI tool (`cmd/`), you may need a commit to update the templates:

make i18n
git commit -a -s -m "i18n: Update translation templates" po/
Expand Down
291 changes: 145 additions & 146 deletions po/ber.po

Large diffs are not rendered by default.

291 changes: 145 additions & 146 deletions po/bg.po

Large diffs are not rendered by default.

291 changes: 145 additions & 146 deletions po/ca.po

Large diffs are not rendered by default.

291 changes: 145 additions & 146 deletions po/cs.po

Large diffs are not rendered by default.

291 changes: 145 additions & 146 deletions po/de.po

Large diffs are not rendered by default.

291 changes: 145 additions & 146 deletions po/el.po

Large diffs are not rendered by default.

291 changes: 145 additions & 146 deletions po/eo.po

Large diffs are not rendered by default.

291 changes: 145 additions & 146 deletions po/es.po

Large diffs are not rendered by default.

291 changes: 145 additions & 146 deletions po/fa.po

Large diffs are not rendered by default.

291 changes: 145 additions & 146 deletions po/fi.po

Large diffs are not rendered by default.

Loading
Loading