Skip to content

Commit

Permalink
Merge pull request #1268 from OpenSRP/issue-1267
Browse files Browse the repository at this point in the history
add translation
  • Loading branch information
faidvd authored Mar 2, 2021
2 parents 412c520 + f9d1cdb commit 57f6793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opensrp-reveal/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ android {
applicationId "org.smartregister.reveal"
minSdkVersion 18
targetSdkVersion 28
versionCode 31
versionName "5.3.21"
versionCode 32
versionName "5.3.22"
multiDexEnabled true
buildConfigField "long", "MAX_SERVER_TIME_DIFFERENCE", "1800000l"
buildConfigField "boolean", "TIME_CHECK", "false"
Expand Down
2 changes: 2 additions & 0 deletions opensrp-reveal/src/main/res/values-th/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,5 +286,7 @@
<string name="search_hint">ใส่ชื่อบุคคลหรือบ้านเลขที่เพื่อค้นหา</string>
<string name="x_years">%1$dปี</string>
<string name="view_paot_details">เปลี่ยนคำเป็น “แก้ไข”</string>
<string name="downloading">กำลังดาวน์โหลด</string>
<string name="map_download_progress">กำลังดาวน์โหลด: %,.2f %%</string>

</resources>

0 comments on commit 57f6793

Please sign in to comment.