Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #51 from AULFA/feature/locale/vietnam-title
Browse files Browse the repository at this point in the history
Fix: "LFA Việt Nam" --> "Thư viện sách" as requested by ticket
  • Loading branch information
SimplyJpk authored Nov 3, 2022
2 parents cd8fc93 + f18a713 commit c439bdf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
android:name="org.nypl.simplified.main.MainApplication"
tools:replace="android:allowBackup"
android:allowBackup="true"
android:contentDescription="LFA Việt Nam"
android:contentDescription="Thư viện sách"
android:icon="@mipmap/ic_launcher"
android:label="LFA Việt Nam"
android:label="Thư viện sách"
android:networkSecurityConfig="@xml/network_security_config"
android:theme="@style/LFA_NoActionBar"
android:usesCleartextTraffic="true">

<!-- Main entry point for the application. -->
<activity
android:name="org.nypl.simplified.main.MainActivity"
android:contentDescription="LFA Việt Nam"
android:contentDescription="Thư viện sách"
android:exported="true"
android:launchMode="singleTop"
android:label="LFA Việt Nam">
android:label="Thư viện sách">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down
2 changes: 1 addition & 1 deletion one.lfa.android.app.vietnam.online/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
#Mon Jun 06 10:35:05 AEST 2022
VERSION_CODE=1479
VERSION_CODE=1480
8 changes: 4 additions & 4 deletions one.lfa.android.app.vietnam/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@
android:name="org.nypl.simplified.main.MainApplication"
tools:replace="android:allowBackup"
android:allowBackup="true"
android:contentDescription="LFA Việt Nam"
android:contentDescription="Thư viện sách"
android:icon="@mipmap/ic_launcher"
android:label="LFA Việt Nam"
android:label="Thư viện sách"
android:networkSecurityConfig="@xml/network_security_config"
android:theme="@style/LFA_NoActionBar"
android:usesCleartextTraffic="true">

<!-- Main entry point for the application. -->
<activity
android:name="org.nypl.simplified.main.MainActivity"
android:contentDescription="LFA Việt Nam"
android:contentDescription="Thư viện sách"
android:exported="true"
android:launchMode="singleTop"
android:label="LFA Việt Nam">
android:label="Thư viện sách">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down
2 changes: 1 addition & 1 deletion one.lfa.android.app.vietnam/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
#Fri Jul 15 16:34:16 AEST 2022
VERSION_CODE=1479
VERSION_CODE=1480

0 comments on commit c439bdf

Please sign in to comment.