From e44d6f4d7b0f427738514103e724248a98f71855 Mon Sep 17 00:00:00 2001 From: Leilei332 Date: Fri, 11 Oct 2024 20:40:35 +0800 Subject: [PATCH] Small fix for en-PH language (#8676) A small fix for two problems introduced #8669. * Two tab should be used to indent instead of four spaces in `tiddlywiki.info` in full edition. * Changed description for `en-PH`. Since "PH" isn't a country name like "US", it should be "Philippines". --- editions/full/tiddlywiki.info | 2 +- languages/en-PH/plugin.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/full/tiddlywiki.info b/editions/full/tiddlywiki.info index 76a6b71b6..9f2686e89 100644 --- a/editions/full/tiddlywiki.info +++ b/editions/full/tiddlywiki.info @@ -33,7 +33,7 @@ "de-AT", "de-DE", "el-GR", - "en-PH", + "en-PH", "en-US", "es-ES", "fa-IR", diff --git a/languages/en-PH/plugin.info b/languages/en-PH/plugin.info index e24a80a78..b3bba8f39 100644 --- a/languages/en-PH/plugin.info +++ b/languages/en-PH/plugin.info @@ -2,7 +2,7 @@ "title": "$:/languages/en-PH", "name": "en-PH", "plugin-type": "language", - "description": "English (PH)", + "description": "English (Philippines)", "author": "JC John Sese Cuneta", "core-version": ">=5.3.5" }