From f25fc597ea27a6c6760fdbb38f89743164275194 Mon Sep 17 00:00:00 2001 From: Jonathon Hammond Date: Thu, 24 Mar 2022 11:54:54 -0400 Subject: [PATCH] New translations constants_that_require_translations.ts (Korean) --- src/common/constants_that_require_translations_ko.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/common/constants_that_require_translations_ko.ts diff --git a/src/common/constants_that_require_translations_ko.ts b/src/common/constants_that_require_translations_ko.ts new file mode 100644 index 00000000..000cd959 --- /dev/null +++ b/src/common/constants_that_require_translations_ko.ts @@ -0,0 +1,8 @@ +// Constants that will require translations into different languages should go here +export const EDIT_PAGE_IN_GITHUB = 'Edit this page on GitHub'; +export const COMMUNITY = 'Community'; +export const LANGUAGES = 'Languages'; +export const LEARNING_RESOURCES = 'Learning Resources'; +export const SEARCH_DOCS = 'Search docs'; +export const TUTORIALS = 'Tutorials'; +export const HOME = 'Home'; \ No newline at end of file