Remove i18n package. Add xml files with strings to flutter assets. Create method for passing localized strings to channel.
This commit is contained in:
@@ -12,15 +12,15 @@
|
||||
<group android:id="@+id/items"/>
|
||||
|
||||
<item android:id="@+id/settings"
|
||||
android:title="@string/settings"
|
||||
android:title="@null"
|
||||
android:icon="@drawable/settings"/>
|
||||
|
||||
<item android:id="@+id/faq"
|
||||
android:title="@string/faq"
|
||||
android:title="@null"
|
||||
android:icon="@drawable/help"/>
|
||||
|
||||
<item android:id="@+id/exit"
|
||||
android:title="@string/exit"
|
||||
android:title="@null"
|
||||
android:icon="@drawable/exit"/>
|
||||
|
||||
</menu>
|
||||
|
||||
Reference in New Issue
Block a user