Skip to content

Commit

Permalink
Merge pull request #24 from woefe/contributors-section
Browse files Browse the repository at this point in the history
Add contributor section to AboutActivity
  • Loading branch information
woefe committed May 18, 2018
2 parents 3099e39 + ab67774 commit b5032ce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
textView.append("\n");
textView.append("\n");
textView.append(Html.fromHtml(getString(R.string.about_author)));
textView.append("\n");
textView.append("\n");
textView.append("\n");
textView.append(Html.fromHtml(getString(R.string.about_contributors)));
}

}
1 change: 1 addition & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@
<string name="about_github">&lt;h3&gt;Quellcode, Probleme, Mitmachen&lt;/h3&gt; Dieses Projekt wird auf &lt;a href=&quot;https://github.com/woefe/ShoppingList&quot;&gt;Github&lt;/a&gt; verwaltet.</string>
<string name="about_license">&lt;h3&gt;Lizenz&lt;/h3&gt; ShoppingList unter &lt;a href=&quot;https://raw.githubusercontent.com/woefe/ShoppingList/master/COPYING&quot;&gt;GPLv3+&lt;/a&gt; lizenziert.</string>
<string name="about_author">&lt;h3&gt;Autor&lt;/h3&gt; Wolfgang Popp</string>
<string name="about_contributors">&lt;h3&gt;Mitwirkende&lt;/h3&gt; &#8226; &lt;b&gt;Pierre Rudloff&lt;/b&gt; (Französische Übersetzung)&lt;br/&gt;</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@
<string name="about_github">&lt;h3&gt;Code source, rapports de bug et contribution&lt;/h3&gt; Ce projet est h&#xE9;berg&#xE9; sur &lt;a href="https://github.com/woefe/ShoppingList"&gt;Github&lt;/a&gt;</string>
<string name="about_license">&lt;h3&gt;Licence&lt;/h3&gt; ShoppingList est publi&#xE9; sous licence &lt;a href="https://raw.githubusercontent.com/woefe/ShoppingList/master/COPYING"&gt;GPLv3+&lt;/a&gt;</string>
<string name="about_author">&lt;h3&gt;Auteur&lt;/h3&gt; Wolfgang Popp</string>
<string name="about_contributors">&lt;h3&gt;Contributeurs&lt;/h3&gt; &#8226; &lt;b&gt;Pierre Rudloff&lt;/b&gt; (traduction fran&#231;aise)&lt;br/&gt;</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@
<string name="about_github">&lt;h3&gt;Source code, Issues, Contributing&lt;/h3&gt; This project is hosted on &lt;a href="https://github.com/woefe/ShoppingList"&gt;Github&lt;/a&gt;</string>
<string name="about_license">&lt;h3&gt;License&lt;/h3&gt; ShoppingList is licensed under &lt;a href=&quot;https://raw.githubusercontent.com/woefe/ShoppingList/master/COPYING&quot;&gt;GPLv3+&lt;/a&gt;</string>
<string name="about_author">&lt;h3&gt;Author&lt;/h3&gt; Wolfgang Popp</string>
<string name="about_contributors">&lt;h3&gt;Contributors&lt;/h3&gt; &#8226; &lt;b&gt;Pierre Rudloff&lt;/b&gt; (French translation)&lt;br/&gt;</string>
</resources>

0 comments on commit b5032ce

Please sign in to comment.