mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 09:38:52 -06:00
Update translations and credits
This commit is contained in:
@@ -76,6 +76,10 @@ public class AboutBehavior
|
||||
screen.showPrivacyPolicyWebsite();
|
||||
}
|
||||
|
||||
public void onClickCodeContributors() {
|
||||
screen.showCodeContributorsWebsite();
|
||||
}
|
||||
|
||||
public enum Message
|
||||
{
|
||||
YOU_ARE_NOW_A_DEVELOPER
|
||||
@@ -94,6 +98,8 @@ public class AboutBehavior
|
||||
void showTranslationWebsite();
|
||||
|
||||
void showPrivacyPolicyWebsite();
|
||||
|
||||
void showCodeContributorsWebsite();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user