UNPKG

@react-gnome/core

Version:

## Getting Started

22 lines (19 loc) 308 B
// src/packaging/templates/meson/po.ts var getPoMesonBuild = () => ` langs = [ 'en' ] if langs.length() > 0 intl.gettext(GETTEXT_PACKAGE, languages: langs, args: [ '--from-code=UTF-8', '--keyword=g_dngettext:2,3', '--add-comments', ], ) endif `; export { getPoMesonBuild };