Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@dao-dao/i18n
Advanced tools
[Internationalization](https://www.w3.org/standards/webdesign/i18n) (i.e. translation) system for the DAO DAO UI.
Internationalization (i.e. translation) system for the DAO DAO UI.
See ./locales/en/translation.json
. Make a folder with your language's (ISO 639-1)[https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes] code and place your translation there. When you're done, make sure to add your language's code to the config.i18n.locales
array in the ./next-i18next.config.js
file.
Keep it precise and pithy, in that order; people's businesses depend on understanding what this software does. Within those constraints, keep it as casual and informal as possible.
To compare two translation files to see what keys have been added, removed, and
modified, run yarn get-diff <locale1.json> <locale2.json>
. For example, to see
what is missing from the Spanish translation that exists in the English
translation, run the following command from this folder:
yarn get-diff locales/es/translation.json locales/en/translation.json
When comparing two different languages, the added and removed keys will be helpful in figuring out what needs to change, and the modified keys will be helpful in comparing the translations' accuracies.
When comparing two versions of the same language, the added and removed keys will be helpful in figuring out what needs to be translated, and the modified keys will be helpful in figuring out what needs to be updated.
FAQs
[Internationalization](https://www.w3.org/standards/webdesign/i18n) (i.e. translation) system for the DAO DAO UI.
We found that @dao-dao/i18n demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.