1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-30 05:19:57 +00:00

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".
This commit is contained in:
Leilei332 2024-10-11 20:40:35 +08:00 committed by GitHub
parent a51afc8b81
commit e44d6f4d7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
"de-AT",
"de-DE",
"el-GR",
"en-PH",
"en-PH",
"en-US",
"es-ES",
"fa-IR",

View File

@ -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"
}