Update translation info.

This commit is contained in:
Alex Ning 2020-11-21 12:08:57 +08:00
parent 0253dab6a0
commit 2c194d5120
2 changed files with 13 additions and 0 deletions

View File

@ -31,6 +31,7 @@ public class Translation {
translationContributors.add(new Translation("日本語", "Hira, Issa, Mrigendra Bhandari, Ryan", R.drawable.flag_japan));
translationContributors.add(new Translation("한국어", "noname", R.drawable.flag_south_korea));
translationContributors.add(new Translation("norsk", "", R.drawable.flag_norway));
translationContributors.add(new Translation("Polskie", "Chupacabra, Maks", R.drawable.flag_poland));
translationContributors.add(new Translation("Português", "Bruno Guerreiro, Lucas, Ricky", R.drawable.flag_portugal));
translationContributors.add(new Translation("Português (BR)", "., Laura Vasconcellos Pereira Felippe, Ricardo, Ricky, Super_Iguanna", R.drawable.flag_brazil));
translationContributors.add(new Translation("Română", "Loading Official", R.drawable.flag_romania));

View File

@ -0,0 +1,12 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M256,256m-256,0a256,256 0,1 1,512 0a256,256 0,1 1,-512 0"
android:fillColor="#F0F0F0"/>
<path
android:pathData="M512,256c0,141.384 -114.616,256 -256,256S0,397.384 0,256"
android:fillColor="#D80027"/>
</vector>