chore: move transifex
This commit is contained in:
parent
94bdd44192
commit
b171d75b8c
@ -2,8 +2,7 @@ FROM node:16 as build
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN yarn install --network-timeout 1000000
|
||||
RUN yarn workspace @snort/nostr build
|
||||
RUN yarn workspace @snort/app build
|
||||
RUN yarn build
|
||||
|
||||
FROM nginx:mainline-alpine
|
||||
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
@ -1,7 +0,0 @@
|
||||
git:
|
||||
filters:
|
||||
- filter_type: file
|
||||
file_format: STRUCTURED_JSON
|
||||
source_language: en
|
||||
source_file: 'src/lang.json'
|
||||
translation_files_expression: 'src/translations/<lang>.json'
|
7
transifex.yml
Normal file
7
transifex.yml
Normal file
@ -0,0 +1,7 @@
|
||||
git:
|
||||
filters:
|
||||
- filter_type: file
|
||||
file_format: STRUCTURED_JSON
|
||||
source_language: en
|
||||
source_file: 'packages/app/src/lang.json'
|
||||
translation_files_expression: 'packages/app/src/translations/<lang>.json'
|
Loading…
x
Reference in New Issue
Block a user