mirror of
https://git.proxmox.com/git/pmg-gui.git
synced 2026-05-24 14:07:31 +00:00
No description
This adds default implementations for pgettext() and npgettext() functions to prevent UI breakage when no language is selected. These functions are required for context-aware translations support added to the proxmox-i18n tooling. Default implementations: - pgettext(context, message): Returns message (ignores context) - npgettext(context, singular, plural, count): Returns appropriate form When a language file is loaded, these defaults are replaced by the actual translation functions from the i18n catalog. Signed-off-by: Kefu Chai <k.chai@proxmox.com> Link: https://lore.proxmox.com/20260228060757.3271160-1-k.chai@proxmox.com |
||
|---|---|---|
| css | ||
| debian | ||
| images | ||
| js | ||
| .gitignore | ||
| defines.mk | ||
| Makefile | ||
| pmg-index.html.tt | ||