chore(i18n): update locales

This commit is contained in:
Sabe Jones
2018-05-08 18:38:43 +00:00
parent 24cceb1c91
commit 8df2b1e8c2
77 changed files with 271 additions and 217 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ RUN npm install -g gulp-cli mocha
# Clone Habitica repo and install dependencies
RUN mkdir -p /usr/src/habitrpg
WORKDIR /usr/src/habitrpg
RUN git clone --branch v4.41.0 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
RUN git clone --branch v4.41.3 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
RUN npm install
RUN gulp build:prod --force