Skip to content

Commit

Permalink
Portuguese Translation (opentripplanner#2402)
Browse files Browse the repository at this point in the history
Added the portuguese.js, pt.json, pt.mo and the datepicker for PT in
their folders. Changed the index.html and config so it uses the PT
files. Added "pt" in the makefile also.
  • Loading branch information
XtremeDS authored and novalis committed Mar 2, 2017
1 parent 67ea73b commit c3116b7
Show file tree
Hide file tree
Showing 7 changed files with 1,577 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ I18NEXT=./node_modules/.bin/i18next-conv
LOCALE_FOLDER=./src/client/i18n
BABEL_CFG=$(LOCALE_FOLDER)/babel.cfg
TEMPLATE_FILE=$(LOCALE_FOLDER)/messages.pot
LANGS=sl en fr de it ca_ES pl
LANGS=sl en fr de it ca_ES pl pt
JS_FILESPATH=./src/client/js/otp
JS_FILES = $(shell find $(JS_FILESPATH)/ -name '*.js')
LOCALE_FILES = $(shell find $(LOCALE_FOLDER)/ -name '*.po')
Expand Down
Loading

0 comments on commit c3116b7

Please sign in to comment.