diff options
author | Jeroen <jeroenpraat@users.noreply.github.com> | 2017-10-12 12:07:35 +0200 |
---|---|---|
committer | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-10-12 19:07:35 +0900 |
commit | 385df2c5a0f1d6d74b92987639890ad724de219b (patch) | |
tree | 1e551820795ded41290631013ad5d4e797426e24 /CODEOWNERS | |
parent | 35ec1c91e3035b6d9f8998b693ff9829f101d752 (diff) |
+ me for Dutch (#5349)
I didn't received the memo, but I just follow the flow.
Diffstat (limited to 'CODEOWNERS')
-rw-r--r-- | CODEOWNERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index b7291a40b..32919bd50 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -22,3 +22,11 @@ /app/views/user_mailer/*.fr.text.erb @aldarone /config/locales/*.fr.yml @aldarone /config/locales/fr.yml @aldarone + +# Dutch +/app/javascript/mastodon/locales/nl.json @jeroenpraat +/app/javascript/mastodon/locales/whitelist_nl.json @jeroenpraat +/app/views/user_mailer/*.nl.html.erb @jeroenpraat +/app/views/user_mailer/*.nl.text.erb @jeroenpraat +/config/locales/*.nl.yml @jeroenpraat +/config/locales/nl.yml @jeroenpraat |