Disabled PO compile script and fixed typo

This commit is contained in:
Eliot Berriot 2018-04-16 19:54:21 +02:00
parent 9544a582ba
commit 7c9412f63a
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ var webpackConfig = process.env.NODE_ENV === 'testing'
? require('./webpack.prod.conf')
: require('./webpack.dev.conf')
require('./i18n')
// require('./i18n')
// default port where dev server listens for incoming traffic
var port = process.env.PORT || config.dev.port

View File

@ -33,7 +33,7 @@
:disabled="isLoading"
:class="['ui', 'basic', {loading: isLoading}, 'green', 'button']">
<i18next v-if="manuallyApprovesFollowers" path="Send a follow request"/>
<i18next v-else path="Follow">
<i18next v-else path="Follow"/>
</div>
<router-link
v-else