mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-07 03:07:26 +01:00
Update translation info.
This commit is contained in:
parent
0253dab6a0
commit
2c194d5120
@ -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));
|
||||
|
12
app/src/main/res/drawable/flag_poland.xml
Normal file
12
app/src/main/res/drawable/flag_poland.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user