6fb497dec5
* #199 Adding translation to rule editor and transaction table * Feature: Translation to discover schedule table Fix: Some translation improvements * fix: Fix minor after check * Feature: More translation to account Fix: Add *_old.json files to ignore * Update packages/desktop-client/src/components/accounts/Account.js Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com> * fix: Workaround for know caveats * lint: fix import order * fix: t is not a function when empty transactions list * Feature: Translate account filters * Feature: Translation on transactions table * Feature: Translate budget and the rest of bootstrap * Update packages/desktop-client/src/locales/es-ES.json Co-authored-by: Jed Fox <git@jedfox.com> * fix: Using the new key for unknow error * refactor: push useTranslation up above function definition, etc * refactor: push useTranslation up above function definition * refactor: set key for Trans component balanceType * refactor: pass i18keys to Trans components explicitly Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com> Co-authored-by: Jed Fox <git@jedfox.com>
21 lines
278 B
Text
21 lines
278 B
Text
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# testing
|
|
coverage
|
|
|
|
# production
|
|
build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env
|
|
npm-debug.log
|
|
|
|
*kcab.*
|
|
public/kcab
|
|
|
|
# Ignore auto generated dictionaries with check-i18n
|
|
src/locales/*_old.json
|