Skip to content

Commit

Permalink
test: change language files parent
Browse files Browse the repository at this point in the history
  • Loading branch information
Amgelo563 committed Oct 22, 2024
1 parent 4f74592 commit 0ca978f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/defaults/messages/helpers/getMessagesLanguages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let cache: string[] | undefined;

export function getMessagesLanguages() {
if (!cache) {
cache = getLanguages('messages');
cache = getLanguages('lang');
}
return cache;
}

0 comments on commit 0ca978f

Please sign in to comment.