Add translators to AUTHORS.md (#9865)
This commit is contained in:
parent
6ca9015789
commit
9fd6443487
2 changed files with 251 additions and 0 deletions
|
@ -5,6 +5,9 @@ namespace :repo do
|
|||
task :authors do
|
||||
file = File.open(Rails.root.join('AUTHORS.md'), 'w')
|
||||
file << <<~HEADER
|
||||
Authors
|
||||
=======
|
||||
|
||||
Mastodon is available on [GitHub](https://github.com/tootsuite/mastodon)
|
||||
and provided thanks to the work of the following contributors:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue