diff --git a/contributing-guides/translation-templates/alias-pages.md b/contributing-guides/translation-templates/alias-pages.md index 2da00c6ce..3c1e85de0 100644 --- a/contributing-guides/translation-templates/alias-pages.md +++ b/contributing-guides/translation-templates/alias-pages.md @@ -21,6 +21,7 @@ The templates can be changed when necessary. [ja](#ja) • [ko](#ko) • [ml](#ml) • +[ne](#ne) • [nl](#nl) • [no](#no) • [pl](#pl) • @@ -209,6 +210,19 @@ Not translated yet. `tldr example` ``` +--- +### ne + +```markdown +# example + +> यो आदेश `example` को उपनाम हो | + +- मौलिक आदेशको लागि कागजात हेर्नुहोस्: + +`tldr example` +``` + --- ### nl diff --git a/contributing-guides/translation-templates/subcommand-mention.md b/contributing-guides/translation-templates/subcommand-mention.md index 50f35b6cb..2badc039e 100644 --- a/contributing-guides/translation-templates/subcommand-mention.md +++ b/contributing-guides/translation-templates/subcommand-mention.md @@ -20,6 +20,7 @@ This file contains the translation templates of this notice. [ja](#ja) • [ko](#ko) • [ml](#ml) • +[ne](#ne) • [nl](#nl) • [no](#no) • [pl](#pl) • @@ -126,6 +127,13 @@ Not translated yet. Not translated yet. +--- +### ne + +```markdown +केही उपादेशहरु जस्तै `example command` को आफ्नै प्रयोग कागजात हुन्छ। +``` + --- ### nl diff --git a/scripts/set-more-info-link.py b/scripts/set-more-info-link.py index 30ab1be0e..24fed8cdb 100755 --- a/scripts/set-more-info-link.py +++ b/scripts/set-more-info-link.py @@ -24,6 +24,7 @@ labels = { "ja": "詳しくはこちら:", "ko": "더 많은 정보:", "ml": "കൂടുതൽ വിവരങ്ങൾ:", + "ne": "थप जानकारी:", "nl": "Meer informatie:", "no": "Mer informasjon:", "pl": "Więcej informacji:",