Merged 2.0.0-m3

This commit is contained in:
philipp
2018-11-21 10:37:42 +01:00
3 changed files with 6 additions and 3 deletions

View File

@@ -741,7 +741,7 @@
<properties> <properties>
<!-- test libraries --> <!-- test libraries -->
<mockito.version>2.10.0</mockito.version> <mockito.version>2.23.0</mockito.version>
<hamcrest.version>1.3</hamcrest.version> <hamcrest.version>1.3</hamcrest.version>
<junit.version>5.2.0</junit.version> <junit.version>5.2.0</junit.version>

View File

@@ -15,11 +15,14 @@ i18n
.init({ .init({
fallbackLng: "en", fallbackLng: "en",
// try to load only "en" and not "en_US"
load: "languageOnly",
// have a common namespace used around the full app // have a common namespace used around the full app
ns: ["commons"], ns: ["commons"],
defaultNS: "commons", defaultNS: "commons",
debug: true, debug: false,
interpolation: { interpolation: {
escapeValue: false // not needed for react!! escapeValue: false // not needed for react!!

View File

@@ -36,7 +36,7 @@ class UserForm extends React.Component<Props, State> {
mail: "", mail: "",
password: "", password: "",
admin: false, admin: false,
active: false, active: true,
_links: {} _links: {}
}, },
mailValidationError: false, mailValidationError: false,