chore: move transifex

This commit is contained in:
Kieran 2023-02-15 09:40:09 +00:00
parent 94bdd44192
commit b171d75b8c
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
3 changed files with 8 additions and 9 deletions

View File

@ -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

View File

@ -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
View 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'