Skip to content

Commit

Permalink
Fix slovak language name
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Feb 2, 2024
1 parent 07a3667 commit 5f6f733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localization/slovak.ts
Expand Up @@ -106,7 +106,7 @@ export var slovakSurveyStrings = {
};

surveyLocalization.locales["sk"] = slovakSurveyStrings;
surveyLocalization.localeNames["sk"] = "slovenčina";
surveyLocalization.localeNames["sk"] = "slovak";

// The following strings have been translated by a machine translation service
// Remove those strings that you have corrected manually
Expand Down

0 comments on commit 5f6f733

Please sign in to comment.