We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125256f commit 936596aCopy full SHA for 936596a
.travis.yml
@@ -140,7 +140,7 @@ before_script:
140
# build the .mo translation files and install them into a tree
141
# (locale/locale under roundup directory root)
142
# suitable for use by gettext.
143
- - (cd locale; make local_install; ls -lR locale)
+ - (cd locale; make local_install; ls -lR locale/de/LC_MESSAGES)
144
145
script:
146
- PATH=$VIRTUAL_ENV/bin:$PATH
0 commit comments