fix(translation): Corrected missing translation keys for VAT short form across multiple languages.

This commit is contained in:
2024-12-05 01:42:05 +01:00
parent 47b6d4f0b9
commit 5b849b316f
4 changed files with 12 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2024-12-05 - 1.6.2 - fix(translation)
Corrected missing translation keys for VAT short form across multiple languages.
- Fixed missing 'vatShort' translation for English, German, Spanish, French, and Italian in translation.ts file.
## 2024-12-05 - 1.6.1 - fix(core)
Ensure consistent project structure and code organization without additional changes.