원클릭으로
locale-simple
locale-simple에는 Getty에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Add i18n to a JavaScript / TypeScript app with the locale-simple npm package — same gettext-style API as the Perl and Python siblings. Load when editing a JS project that imports locale-simple, ships translated bundles, or shares .po files with Perl/Python code.
Add i18n to a Perl app with Locale::Simple — gettext-backed translations with the `l`, `ln`, `lp`, `ld`, … helpers. Load when editing a Perl project that needs localized strings, has a `use Locale::Simple` line, or ships .po files.
Add i18n to a Python app with the locale-simple package — same gettext API as the Perl and JavaScript siblings. Load when editing a Python project that imports locale_simple, ships .po files, or needs translations keyed to the same msgids as a Perl/JS sibling.