Fix Language Contributors links in README

This commit is contained in:
Siddhesh Mhadnak 2017-08-17 17:11:29 +05:30
parent 0ad0b23b68
commit 79d14a2ee4
No known key found for this signature in database
GPG Key ID: 5E1FE72471E5E21B

View File

@ -11,11 +11,11 @@ Yet another **open-source** GitHub client app but unlike any other app, FastHub
alt="Get it on F-Droid"
height="80">](https://f-droid.org/repository/browse/?fdid=com.fastaccess.github)
-->
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"
alt="Download from Google Play"
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png"
alt="Download from Google Play"
height="80">](https://play.google.com/store/apps/details?id=com.fastaccess.github)
[<img src=".github/assets/direct-apk-download.png"
alt="Direct apk download"
[<img src=".github/assets/direct-apk-download.png"
alt="Direct apk download"
height="80">](https://github.com/k0shk0sh/FastHub/releases/latest)
#### Snapshots / Test builds
@ -43,7 +43,7 @@ We have configured snapshots of FastHub, which can be downloaded from [AppVeyor
- Filter Branches and Commits
- Watch, star and fork Repos
- Download releases, files and branches
- **Issues and Pull Requests**
- **Issues and Pull Requests**
- Search Issues/PRs
- Filter Issues/PRs
- Long click to peak Issues/PRs & add comments otg.
@ -95,7 +95,7 @@ _Ads currently not available._
- [**ButterKnife**](https://github.com/JakeWharton/butterknife) for view binding
- [**Android State**](https://github.com/evernote/android-state) for saving instance states
- [**Lombok**](https://projectlombok.github.io) for getters and setters
- [**Material-BottomNavigation**](https://github.com/sephiroth74/Material-BottomNavigation) for `BottomBar` tabs
- [**Material-BottomNavigation**](https://github.com/sephiroth74/Material-BottomNavigation) for `BottomBar` tabs
- [**Glide**](https://github.com/bumptech/glide) for loading images
- [**commonmark**](https://github.com/atlassian/commonmark-java) for _Markdown_ conversion to html
- [**Toasty**](https://github.com/GrenderG/Toasty) for displaying error/success messages
@ -113,26 +113,26 @@ Read the [**contribution guide**](.github/CONTRIBUTING.md) for more detailed inf
## Language Contributors
<details>
<summary>Thanks for those who contributed to FastHub by adding their language</summary>
<p>- Chinese (Simplified) [@Devifish](https://github.com/Devifish)</p>
<p>- Chinese (Traditional) [@maple3142](https://github.com/maple3142)</p>
<p>- German [@failex234](https://github.com/failex234)</p>
<p>- Indonesian [@dikiaap](https://github.com/dikiaap)</p>
<p>- Italian [@Raffaele74](https://github.com/Raffaele74)</p>
<p>- Japanese [@Rintan](https://github.com/Rintan)</p>
<p>- Lithuanian [@mistermantas](https://github.com/mistermantas)</p>
<p>- Russian [@dedepete](https://github.com/dedepete)</p>
<p>- Turkish [@kutsan](https://github.com/kutsan)</p>
<p>- Portuguese [@caiorrs](https://github.com/caiorrs)</p>
<p>- Czech [@hejsekvojtech](https://github.com/hejsekvojtech)</p>
<p>- Spanish [@alete89](https://github.com/alete89)</p>
<summary>Thanks for those who contributed to FastHub by adding their language</summary>
<p>- Chinese (Simplified) <a href="https://github.com/devifish">@Devifish</a></p>
<p>- Chinese (Traditional) <a href="https://github.com/maple3142">@maple3142</a></p>
<p>- German <a href="https://github.com/failex234">@failex234</a></p>
<p>- Indonesian <a href="https://github.com/dikiaap">@dikiaap</a></p>
<p>- Italian <a href="https://github.com/Raffaele74">@Raffaele74</a></p>
<p>- Japanese <a href="https://github.com/Rintan">@Rintan</a></p>
<p>- Lithuanian <a href="https://github.com/mistermantas">@mistermantas</a></p>
<p>- Russian <a href="https://github.com/dedepete">@dedepete</a></p>
<p>- Turkish <a href="https://github.com/kutsan">@kutsan</a></p>
<p>- Portuguese <a href="https://github.com/caiorrs">@caiorrs</a></p>
<p>- Czech <a href="https://github.com/hejsekvojtech">@hejsekvojtech</a></p>
<p>- Spanish <a href="https://github.com/alete89">@alete89</a></p>
</details>
## FAQ
<details>
<summary>Why can't I see my <b>Organizations</b> either <i>Private</i> or <i>Public</i> ones?</summary>
<p>Open up https://github.com/settings/applications and look for FastHub, open it then scroll to Organization access and click on Grant Button,
<p>Open up https://github.com/settings/applications and look for FastHub, open it then scroll to Organization access and click on Grant Button,
alternatively login via <b>Access Token</b> which will ease this setup.</p>
</details>
@ -140,7 +140,7 @@ Read the [**contribution guide**](.github/CONTRIBUTING.md) for more detailed inf
<summary>I tried to login via Access Token & OTP but it does not work?</summary>
<p>You can't login via Access Token & OTP all together due to the lifetime of the OTP code, you'll be required to login in every few seconds.</p>
</details>
<details>
<summary>Why my Private Repo Wiki does not show up?</summary>
<p>It's due to FastHub scraping GitHub Wiki page & Private Repos require session token that FastHub doesn't have.</p>
@ -148,10 +148,10 @@ Read the [**contribution guide**](.github/CONTRIBUTING.md) for more detailed inf
<details>
<summary>I login with Enterprise account but can't interact with anything other than my Enterprise GitHub</summary>
<p>Well, logically, you can't access anything else other than your Enterprise, but FastHub made that possible but can't do much about it,
in most cases since your login credential doesn't exists in GitHub server. But in <b>few</b>
<p>Well, logically, you can't access anything else other than your Enterprise, but FastHub made that possible but can't do much about it,
in most cases since your login credential doesn't exists in GitHub server. But in <b>few</b>
cases your GitHub account Oauth token will do the trick.</p>
</details>