feat(SW-2333): I18n for multiple apps and packages * Set upp i18n in partner-sas * Adapt lokalise workflow to monorepo * Fix layout props Approved-by: Linus Flood
24 lines
326 B
Plaintext
24 lines
326 B
Plaintext
node_modules
|
|
**/.DS_Store
|
|
|
|
# Yarn
|
|
.yarn/cache
|
|
.yarn/unplugged
|
|
.yarn/build-state.yml
|
|
.yarn/install-state.gz
|
|
.pnp.*
|
|
.yarn/releases
|
|
|
|
# Turbo
|
|
.turbo
|
|
|
|
# Local Netlify folder
|
|
.netlify
|
|
|
|
# i18n generated files
|
|
scripts/i18n/extracted.json
|
|
scripts/i18n/translations/
|
|
scripts/i18n/translations-all/
|
|
scripts/i18n/dictionaries/
|
|
|
|
.env.local |