sharik
sharik copied to clipboard
Correct list of contributors
- [ ] Remove the list of supported languages from
README.md - [ ] Retrieve the list of contributors from crowdin, instead of them being hard-coded
I would suggest you keep the app Hard-coded contributions because it is not a good idea to connect any servers other than used only for sharing files. Of course, it is your call to make how it should be. However, connecting to crowdin will bring latest contributor list which is better than old list.
Oh, sorry for not being clear enough :)
By retrieving list of contributors I meant writing a python/bash script that would convert data from crowdin to a json file, and embedded it into the app. Sharik will then use it to display the list.
amazing