UNPKG
create-sellflow
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
Pre-built cross-platform Shopify app template
github.com/sellflow/sellflow
sellflow/sellflow
create-sellflow
/
templates
/
basic
/
lingui.config.js
14 lines
(12 loc)
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import { defineConfig }
from
"@lingui/cli"
; export
default
defineConfig
({
sourceLocale
:
"en"
,
locales
: [
"en"
,
"es"
],
catalogs
: [ {
path
:
"locales/{locale}/messages"
,
include
: [
"app"
], }, ],
format
:
"po"
, });