mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-12 22:50:54 +03:00
few tiny changes
This commit is contained in:
parent
3fbf7d0017
commit
a397b84b9c
@ -28,7 +28,7 @@ class I18n {
|
||||
|
||||
/**
|
||||
* {
|
||||
* [ns (package id or core)]: {
|
||||
* [ns (package id)]: {
|
||||
* [language id]: {
|
||||
* string objects without core ns
|
||||
* }
|
||||
@ -78,7 +78,7 @@ class I18n {
|
||||
enum: dircontents.map(p => p.substring(0, p.length - extlen))
|
||||
.map(p => ({
|
||||
value: p,
|
||||
description: new Intl.DisplayNames([p], { type: "language" }).of(p)
|
||||
description: `${new Intl.DisplayNames([p], { type: "language" }).of(p)} (${p})`
|
||||
}))
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user