diff --git a/Dockerfile b/Dockerfile index e6b62caa..7371a665 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,9 +16,9 @@ RUN apt-get update \ libapache2-mod-php \ && rm -rf /var/lib/apt/lists/* \ && . /etc/apache2/envvars \ - && ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" \ - && ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" \ - && ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log" + && ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" \ + && ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" \ + && ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log" RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - \ && apt-get install -y --no-install-recommends nodejs \ diff --git a/debian/changelog b/debian/changelog index d8fd8406..ed927e1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.407.22) stable; urgency=low +hedera-web (1.407.23) stable; urgency=low * Initial Release. diff --git a/js/vn/locale/en.yml b/js/vn/locale/en.yml index 136a2be7..ea9ffe58 100644 --- a/js/vn/locale/en.yml +++ b/js/vn/locale/en.yml @@ -18,7 +18,7 @@ March: March April: April May: May June: June -July: June +July: July August: August September: September October: October diff --git a/js/vn/locale/mn.yml b/js/vn/locale/mn.yml index f1023a84..9719aec5 100644 --- a/js/vn/locale/mn.yml +++ b/js/vn/locale/mn.yml @@ -18,7 +18,7 @@ March: Гуравдугаар сарын April: Дөрөвдүгээр сар May: May June: June -July: June +July: July August: Наймдугаар сар September: Есдүгээр October: Аравдугаар сар diff --git a/package.json b/package.json index 260e719d..b58dd6bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "1.407.22", + "version": "1.407.23", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": {