chore(i18n): update locales

This commit is contained in:
Sabe Jones
2018-03-09 20:58:12 +00:00
parent d5efa7b2b0
commit 1bf3736198
39 changed files with 225 additions and 171 deletions
+1 -1
View File
@@ -20,7 +20,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.29.5 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
RUN git clone --branch v4.29.7 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
RUN npm install
RUN gulp build:prod --force