chatgpt-i18n icon indicating copy to clipboard operation
chatgpt-i18n copied to clipboard

The result will be nested when key is like `a.b.c.d`

Open SettingDust opened this issue 2 years ago • 0 comments

Such as

{
  "lambdynlights.menu.light_sources": "Dynamic Light Sources"
}

Will be

{
  "lambdynlights": {
    "menu": {
      "light_sources": "Dynamic Light Sources"

SettingDust avatar Apr 04 '23 02:04 SettingDust