fix(localization): fix missing string in template (#835)
* fix(localization): fix missing string in template * chore: temp place locale
This commit is contained in:
parent
5c4d8480e6
commit
509a4f3ce8
16 changed files with 18 additions and 4 deletions
|
|
@ -39,7 +39,7 @@ func TestLocalizationService(t *testing.T) {
|
|||
|
||||
// Test for requiredKeys localization
|
||||
requiredKeys := []string{
|
||||
"loading", "why_am_i_seeing", "protected_by", "made_with",
|
||||
"loading", "why_am_i_seeing", "protected_by", "protected_from", "made_with",
|
||||
"mascot_design", "try_again", "go_home", "javascript_required",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue