From 6f5bd006c60325d8e2d26705b4dec5afe0d3c46d Mon Sep 17 00:00:00 2001 From: Rep Graphics <69086745+RepGraphics@users.noreply.github.com> Date: Thu, 27 Mar 2025 10:44:50 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index ef8601e..875260c 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,11 @@ If you are not comfortable using GitHub, you can submit translation files via: - Emailing the files to [your contact email] ## Translation File Format -Example of translation file format (example for English `en.json`): +Example of translation file format (example for English `example-en.json`): ```json { - "general": { "welcome": "Welcome", "dashboard": "Dashboard" - }, - "errors": { - "not_found": "Page not found", - "unauthorized": "You are not authorized to view this page" - } } ```