Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: English localization missing automaticallyDeleteInterval #37

Open
sbolel opened this issue Apr 2, 2024 · 0 comments · May be fixed by #38
Open

Bug: English localization missing automaticallyDeleteInterval #37

sbolel opened this issue Apr 2, 2024 · 0 comments · May be fixed by #38

Comments

@sbolel
Copy link

sbolel commented Apr 2, 2024

Summary

  • The English localization is missing the definition of configuration.automaticallyDeleteInterval.description.
  • This causes the template string to appear in the settings for that item.

Screenshot

  • Screenshot 2024-04-02 at 2 21 08 AM

Root Cause

  • Japanese localization contains a value for configuration.automaticallyDeleteInterval.description:

    "configuration.rulerColor.description": "ノートがある行のルーラー色 (name or HEX)",
    "configuration.automaticallyDelete.description": "trueに設定すると、ファイルに紐付いていないノートは自動的に削除されます。",
    "configuration.automaticallyDeleteInterval.description": "自動削除を利用する際のノート監視間隔(ミリ秒)",
    "configuration.showGutterIcon.description": "trueに設定すると、ノートがある行にアイコンを表示します。",

  • English localization does not:

    "configuration.rulerColor.description": "Color of the ruler with notes (name or HEX)",
    "configuration.automaticallyDelete.description": "If it set to true, notes that do not correspond to files are automatically deleted.",
    "configuration.showGutterIcon.description": "If it set to true, displays the icon on the line where the note exists.",

@sbolel sbolel changed the title Bug: English localization missing configuration.automaticallyDeleteInterval.description Bug: English localization missing automaticallyDeleteInterval Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant