5a1e072517
* Change references to tootsuite/mastodon to mastodon/mastodon * Remove obsolete test fixture * Replace occurrences of tootsuite/mastodon with mastodon/mastodon in CHANGELOG And a few other places
32 lines
1.2 KiB
Text
32 lines
1.2 KiB
Text
# CODEOWNERS for mastodon/mastodon
|
|
|
|
# Translators
|
|
# To add translator, copy these lines, replace `fr` with appropriate language code and replace `@żelipapą` with user's GitHub nickname preceded by `@` sign or e-mail address.
|
|
# /app/javascript/mastodon/locales/fr.json @żelipapą
|
|
# /app/views/user_mailer/*.fr.html.erb @żelipapą
|
|
# /app/views/user_mailer/*.fr.text.erb @żelipapą
|
|
# /config/locales/*.fr.yml @żelipapą
|
|
# /config/locales/fr.yml @żelipapą
|
|
|
|
# Polish
|
|
/app/javascript/mastodon/locales/pl.json @m4sk1n
|
|
/app/views/user_mailer/*.pl.html.erb @m4sk1n
|
|
/app/views/user_mailer/*.pl.text.erb @m4sk1n
|
|
/config/locales/*.pl.yml @m4sk1n
|
|
/config/locales/pl.yml @m4sk1n
|
|
|
|
# French
|
|
/app/javascript/mastodon/locales/fr.json @aldarone
|
|
/app/javascript/mastodon/locales/whitelist_fr.json @aldarone
|
|
/app/views/user_mailer/*.fr.html.erb @aldarone
|
|
/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
|