chore(i18n): update locales

This commit is contained in:
Sabe Jones
2018-06-29 00:20:37 +00:00
parent 8ee2a02e73
commit de7f953b67
18 changed files with 86 additions and 86 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.49.1 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
RUN git clone --branch v4.50.1 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
RUN npm install
RUN gulp build:prod --force