Alan Ye

Results 6 comments of Alan Ye

I have the same issue ### System * MediaWiki version: 1.37.2 * Server OS: Ubuntu 20.04 LTS * Installed extensions and versions ** UniversalLanguageSelector: 729194a * PHP version: 7.3.31 (fpm-fcgi)

For example, maybe we can name different languages' README file like this: - README.md (English) - README.de.md (Dutch) - README.zh_TW.md (Chinese traditional) - README.zh_CN.md (Chinese simplified) - ...

I believe adding Language lable at `PostMeta.astro` is unnecessary, but not pretty sure wheather I should add the `language` field in the frontmatter template of `new-post.js`.

> > I believe adding Language lable at `PostMeta.astro` is unnecessary, but not pretty sure wheather I should add the `language` field in the frontmatter template of `new-post.js`. > >...

By default, the starting tag of `` contains `lang` which defines the global language of the entire webpage. According to my test, this was reflected by the value `lang` set...

Closed as #151 has been merged.