Clarify i18n process #45

Merged
rfwatson merged 1 commits from plume/documentation:clarify_i18n into dev 5 years ago
rfwatson commented 5 years ago (Migrated from github.com)

It wasn't obvious to me that the actual translation process for i18n strings is handled automatically. Tried to clarify that in the docs.

It wasn't obvious to me that the actual translation process for `i18n` strings is handled automatically. Tried to clarify that in the docs.
elegaanz (Migrated from github.com) approved these changes 5 years ago
elegaanz (Migrated from github.com) left a comment

Thanks! It was indeed missing.

Thanks! It was indeed missing.

Reviewers

The pull request has been merged as 7eb338be9e.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b clarify_i18n dev
git pull origin clarify_i18n

Step 2:

Merge the changes and update on Forgejo.
git checkout dev
git merge --no-ff clarify_i18n
git push origin dev
Sign in to join this conversation.
Loading…
There is no content yet.