* #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>
* master:
Sort import in alphabetical order (#238)
Separate external, monorepo and internal imports (#237)
Allow `enter` to create new transaction when focused on `cleared` column (#234)
Enforce linting in loot-design (#233)
style: run linter (#232)
refactor: create index.js for aql directory (#68)
Revert "build: update yarn.lock" (#230)
Fix handling of -0 in budget summary (#229)
Update bug-report.yml (#228)
This reverts commit ae8ef2674f.
Revert "Merge pull request #204 from TomAFrench/yarn-workspace-dependencies"
This reverts commit b0ed8d5149, reversing
changes made to 5505a1439a.
* master:
fix: use correct comment style
build: remove patch-package dependency from loot-design
Conditionally set MSYS
build: update yarn.lock
build: use workspace ranges for monorepo dependencies
changes needed to build on windows
* #199 Adding translation to schedules list
* #199 Complete translation on EditSchedule Form
* #199 Translation for status badge
* #199 Minor changes, suggested by @j-f1
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
* master: (24 commits)
refactor: sort imports in desktop-client alphabetically
chore: remove unused imports from desktop-client
adm-zip to 0.5.6
style: prettify .eslintrc.js
build: make eslint-plugin-prettier a dependency of desktop-client
ci: lint desktop-client in CI
style: fix or silence linting errors in desktop-client
chore: update remaining test scripts
github fix indentation in issue template
github: update issue template
fix: correct some re-exports which were breaking things
fix: stop trying to transform node_modules
fix: stop the web tests from running in node environment
fix: add ts-jest presets which are equivalent to the old `transform` properties
fix: add esModuleInterop so that the default imports issue goes away
fix: stop typechecking javascript files
chore: allow mobile package to pass with no tests
build: replace babel-jest with ts-jest
Update bug-report.yml
Addition: Issue template
...