We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3895f36 commit 4e8aa7dCopy full SHA for 4e8aa7d
src/translations/index.test.js
@@ -17,12 +17,12 @@ describe("translations", () => {
17
const { getTranslation } = require("./");
18
expect(getTranslation("log_in", "fr")).toEqual("Connexion");
19
});
20
-
+
21
it("should return translation for 'hu' locale", () => {
22
23
expect(getTranslation("log_in", "hu")).toEqual("Bejelentkezés");
24
25
26
it("should return translation for 'es' locale", () => {
27
28
expect(getTranslation("log_in", "es")).toEqual("Iniciar sesión");
0 commit comments