question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Empty translation file makes many warnings

See original GitHub issue
  • I’m sure this issue is not a duplicate.

I’m an author of VSCode extension. VSCode in extension development host mode makes many warnings related to vscode-icons at startup.

Screenshot (language: japanese): vscodeicons_warnings

Since 7.16.0, several translations (package.nls.xx.json) added but some translation lacks their content (ja, ko and zh-tw) For example, package.nls.ja.json exists but the values of all keys are empty string. Could you add suitable content instead of empty string or remove translation files which have no effective content? (I’m a Japanese and I can contribute for ja translation, but cannot for other languages…)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
kimushucommented, Nov 15, 2017

@JimiC ja translation complete 😃

2reactions
JimiCcommented, Oct 26, 2017

@kimushu We would really appreciate if you could contribute the ja translations. Head to https://crowdin.com/project/vscode-icons-i18n and add your translations. You can use your GitHub account to sign up with Crowdin. Thanks in advance.

Read more comments on GitHub >

github_iconTop Results From Across the Web

64502 – Incorrect warning about empty translation units when ...
It appears that the warning does not consider code that is inside the translation unit.
Read more >
Warning: ISO C forbids an empty translation unit
gcc when compiled with -pedantic reports a diagnostic when the translation unit is empty as it is requested by the C Standard. To...
Read more >
signal warnings fixed; now what's a translation unit?
Thanks to Bela Lubkin, I've eliminated the warnings from the signal() functions by adding an int argument to all of the signal handlers....
Read more >
C Language, Filling an empty translation unit
As a consequence, I get a warning "nonstandard extension used: >translation unit is empty" for the 'Release' build. >A quick skim through the...
Read more >
Monolingual site getting "no translation bundle" warnings
Hi - I have a monolingual site using Hugo v.20, but I'm getting warnings like: ... you need to get rid if these...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found