forked from nuxt/website-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add codeowner for translators and i18n files (nuxt#1883)
Co-authored-by: pooya parsa <[email protected]>
- Loading branch information
1 parent
0c65849
commit 0bfa08f
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,28 @@ | ||
# Read More about CODEOWNERS file: https://git.io/JT4TZ | ||
# Order is important! the last matching pattern takes the most precedence | ||
|
||
# Main content | ||
# Main content (Framework) | ||
/content/en/** @danielroe @atinux @pi0 | ||
/i18n/en-US.js @danielroe @atinux @pi0 | ||
|
||
# Partners and sponsors (NuxtLabs) | ||
/content/en/_collections/partners/** @clemcode @atinux @alexchopin | ||
/content/en/_collections/sponsors/** @clemcode @atinux @alexchopin | ||
|
||
# Translations | ||
# Please ping us if you are intrested to maintain translations | ||
/content/fr/** @atinux @clemcode @alexchopin @flosciante | ||
/i18n/fr-FR.js @atinux @clemcode @alexchopin @flosciante | ||
/content/ja/** @kazupon | ||
/i18n/ja-JP.js @kazupon | ||
/content/id/** @febrihidayan | ||
/i18n/id-ID.js @febrihidayan | ||
/content/es/** @MrJmpl3 | ||
/i18n/es-ES.js @MrJmpl3 | ||
/content/pt/** @ChristopheCVB | ||
/i18n/pt-PT.js @ChristopheCVB | ||
/i18n/pt-BR.js @ChristopheCVB | ||
/content/de/** @Intevel | ||
/i18n/de-DE.js @Intevel | ||
/content/fa/** @artmarydotir | ||
/i18n/fa-FA.js @artmarydotir |