From 0a7f27e1ad2aa4edaeaedce54a1fc5dd25b145ef Mon Sep 17 00:00:00 2001 From: James Ramsay Date: Tue, 26 Sep 2017 17:15:19 -0400 Subject: Docs: add translation and proof reading guidelines --- doc/development/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/development/README.md') diff --git a/doc/development/README.md b/doc/development/README.md index 3096d9f25f0..fbe3b172826 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -65,7 +65,9 @@ ## i18n -- [Internationalization for GitLab](i18n_guide.md) +- [Introduction](i18n/introduction.md) +- [Externalization](i18n/externalization.md) +- [Translation](i18n/translation.md) ## Compliance -- cgit v1.2.1 From 75212feefd3e8fba3e59e7c070c6dd0d7d2dd96e Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Mon, 9 Oct 2017 11:28:01 +0200 Subject: Move i18n/introduction to i18n/index --- doc/development/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/development/README.md') diff --git a/doc/development/README.md b/doc/development/README.md index a976da5dbd4..b648c7ce086 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -64,9 +64,9 @@ - [Hash Indexes](hash_indexes.md) - [Swapping Tables](swapping_tables.md) -## i18n +## Internationalization (i18n) -- [Introduction](i18n/introduction.md) +- [Introduction](i18n/index.md) - [Externalization](i18n/externalization.md) - [Translation](i18n/translation.md) -- cgit v1.2.1