0
1
Fork 0

Month translation fixed

This commit is contained in:
Juan Ferrer 2020-07-03 14:03:57 +02:00
parent d543e64851
commit fa2107befb
5 changed files with 7 additions and 7 deletions

View File

@ -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 \

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.22) stable; urgency=low
hedera-web (1.407.23) stable; urgency=low
* Initial Release.

View File

@ -18,7 +18,7 @@ March: March
April: April
May: May
June: June
July: June
July: July
August: August
September: September
October: October

View File

@ -18,7 +18,7 @@ March: Гуравдугаар сарын
April: Дөрөвдүгээр сар
May: May
June: June
July: June
July: July
August: Наймдугаар сар
September: Есдүгээр
October: Аравдугаар сар

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.407.22",
"version": "1.407.23",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {