From d872adfcc614337393dbcfff2efde883c3b1985a Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Wed, 11 May 2016 09:27:30 -0700 Subject: [PATCH] [template] Update [ci skip] --- .github/CONTRIBUTING.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 4afbe126..9fc1b28c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,9 +1,9 @@ -To contribute to`open-source-ios-apps`, please update the **contents.json** file (this will generate the README) +To contribute to`open-source-ios-apps`, please update the **contents.json** file (this will generate the README). ## New category Please [open an issue](https://github.com/dkhamsing/open-source-ios-apps/issues) and contact -@dkhamsing, @kvnbautista or @scribblemaniac +@dkhamsing, @kvnbautista or @scribblemaniac. ## New app @@ -43,7 +43,7 @@ Optionally "title": "App name", "category": ["github", "parse"], "description": "Describe what this app does", - "lang": "zho", + "lang": "zho", // ISO 639-2 code "source": "https://github.com/user/repo", "homepage": "https://awesome-url", "itunes": "https://itunes.apple.com/app/id1234567890", @@ -52,4 +52,6 @@ Optionally } ``` +For `lang` (language), use ISO 639-2 https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes + Thanks for contributing :tada: