Disabled PO compile script and fixed typo
This commit is contained in:
parent
9544a582ba
commit
7c9412f63a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue