mirror of
https://github.com/xdsopl/robot36.git
synced 2026-02-01 04:14:13 +01:00
integrated Polish translation
This commit is contained in:
parent
a0873b2590
commit
a15b5b8104
|
|
@ -651,6 +651,10 @@ public class MainActivity extends AppCompatActivity {
|
|||
setLanguage("pt-BR");
|
||||
return true;
|
||||
}
|
||||
if (id == R.id.action_polish) {
|
||||
setLanguage("pl");
|
||||
return true;
|
||||
}
|
||||
return super.onOptionsItemSelected(item);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -225,6 +225,9 @@
|
|||
<item
|
||||
android:id="@+id/action_brazilian_portuguese"
|
||||
android:title="@string/brazilian_portuguese" />
|
||||
<item
|
||||
android:id="@+id/action_polish"
|
||||
android:title="@string/polish" />
|
||||
</menu>
|
||||
</item>
|
||||
<item
|
||||
|
|
|
|||
Loading…
Reference in a new issue