Skip to content

Commit

Permalink
Merge pull request #88 from dlyongemallo/master
Browse files Browse the repository at this point in the history
version 2020.08.24a (533)
  • Loading branch information
De7vID authored Aug 24, 2020
2 parents 08819d4 + 3546baf commit 1733d3a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
// We are targeting only Marshmallow and above.
minSdkVersion 23
targetSdkVersion 29
versionCode 531
versionName "2020.08.08a"
versionCode 533
versionName "2020.08.24a"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public class KlingonContentDatabase {

// This should be kept in sync with the version number in the database
// entry {boQwI':n} of the database which is bundled into the app.
private static final int BUNDLED_DATABASE_VERSION = 202008081;
private static final int BUNDLED_DATABASE_VERSION = 202008240;

// Metadata about the installed database, and the updated database, if any.
public static final String KEY_INSTALLED_DATABASE_VERSION = "installed_database_version";
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@
<string name="label_additional_information">Additional information</string>
<string name="info_being">Beings capable of language take the plural suffix {-pu\':n:suff}.</string>
<string name="info_body">Body parts take the plural suffix {-Du\':n:suff}.</string>
<string name="info_inherent_plural">This word is inherently plural. Its singular form is %1$s.</string>
<string name="info_singular_form">This word has an inherently plural form in %1$s.</string>
<string name="info_inherent_plural">This noun is inherently plural (grammatically treated as singular). Its singular form is %1$s. See {TKD 3.3.2:src}.</string>
<string name="info_singular_form">This noun has an inherently plural form in %1$s. See {TKD 3.3.2:src}.</string>
<string name="warning_hypothetical">Warning: This entry is hypothetical. Do not use unless you know what you\'re doing!</string>
<string name="warning_extended_canon">Warning: This entry is not known to have been approved by Marc Okrand. Do not use unless you know what you\'re doing!</string>

Expand Down
2 changes: 1 addition & 1 deletion data
Submodule data updated 33 files
+1 −1 EXTRA
+23 −0 README.md
+1 −1 VERSION
+23 −9 call_google_translate.py
+6 −1 generate_db.sh
+181 −192 mem-01-b.xml
+115 −161 mem-02-ch.xml
+309 −432 mem-03-D.xml
+368 −402 mem-04-gh.xml
+375 −385 mem-05-H.xml
+263 −201 mem-06-j.xml
+355 −214 mem-07-l.xml
+228 −205 mem-08-m.xml
+246 −520 mem-09-n.xml
+159 −73 mem-10-ng.xml
+332 −147 mem-11-p.xml
+351 −437 mem-12-q.xml
+308 −294 mem-13-Q.xml
+230 −137 mem-14-r.xml
+366 −191 mem-15-S.xml
+298 −134 mem-16-t.xml
+108 −131 mem-17-tlh.xml
+207 −177 mem-18-v.xml
+181 −120 mem-19-w.xml
+203 −162 mem-20-y.xml
+114 −109 mem-21-a.xml
+155 −190 mem-22-e.xml
+28 −20 mem-23-I.xml
+61 −25 mem-24-o.xml
+33 −17 mem-25-u.xml
+7 −7 mem-26-suffixes.xml
+2,738 −28 mem-27-extra.xml
+261 −63 mem-28-examples.xml

0 comments on commit 1733d3a

Please sign in to comment.