diff --git a/admin/src/locales/README.md b/admin/src/locales/README.md new file mode 100644 index 000000000..5d6bf75b1 --- /dev/null +++ b/admin/src/locales/README.md @@ -0,0 +1,3 @@ +# Localizations + +Please see [frontend localization](/frontend/src/locales/README.md). diff --git a/backend/src/locales/README.md b/backend/src/locales/README.md new file mode 100644 index 000000000..5d6bf75b1 --- /dev/null +++ b/backend/src/locales/README.md @@ -0,0 +1,3 @@ +# Localizations + +Please see [frontend localization](/frontend/src/locales/README.md). diff --git a/frontend/src/locales/README.md b/frontend/src/locales/README.md new file mode 100644 index 000000000..2c03abbd4 --- /dev/null +++ b/frontend/src/locales/README.md @@ -0,0 +1,25 @@ +# Localizations + +## Quotation Marks + +The following characters are different from the programming quotation mark: + +`"` + +### English + +In English, we use these double-barreled quotation marks: + +“This is a sample sentence.” + +Please copy and paste … + +See + +### German + +In German, we use these double-barreled quotation marks: + +„Dies ist ein Beispielsatz.“ + +Please copy and paste …