Add unit test for localization consistency #56
Labels
No labels
API
bug
can't reproduce
confirmed
dependencies
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
performance
question
to be confirmed
waiting for feedback
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: dungeonslayers/ds4#56
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Story
As a developer, I want an automatic check that the localizations for all languages are consistent (i.e. no localization is missing from for one language) such that I do not have to check this manually.
Description
The localization files are simply JSON files containing a flat dictionary with
localizationKey: value
pairs.The localization files for all languages should have the same set of keys.
This can be simply checked in a unit test.
Acceptance criteria
src/lang/
have the same set of localization keys.