2021-04-08 04:11:12 +08:00
|
|
|
{
|
|
|
|
"name": "gettext",
|
2024-03-12 11:32:06 +08:00
|
|
|
"version": "0.22.5",
|
2024-06-20 05:07:05 +08:00
|
|
|
"port-version": 1,
|
2023-05-22 08:56:14 +08:00
|
|
|
"description": "A GNU framework to help produce multi-lingual messages.",
|
2021-04-08 04:11:12 +08:00
|
|
|
"homepage": "https://www.gnu.org/software/gettext/",
|
2023-05-22 08:56:14 +08:00
|
|
|
"license": "GPL-3.0-only",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "!xbox",
|
2021-04-08 04:11:12 +08:00
|
|
|
"dependencies": [
|
2023-05-22 08:56:14 +08:00
|
|
|
"gettext-libintl"
|
2021-04-08 04:11:12 +08:00
|
|
|
],
|
|
|
|
"features": {
|
2023-12-19 05:09:44 +08:00
|
|
|
"nls": {
|
|
|
|
"description": "Enable native language support"
|
|
|
|
},
|
2023-05-22 08:56:14 +08:00
|
|
|
"runtime-tools": {
|
|
|
|
"description": "Build runtime tools for internationalization of scripts",
|
2023-12-19 05:09:44 +08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
"libiconv"
|
|
|
|
]
|
2023-05-22 08:56:14 +08:00
|
|
|
},
|
2021-04-08 04:11:12 +08:00
|
|
|
"tools": {
|
2023-01-27 23:25:29 +08:00
|
|
|
"description": "Build gettext tools",
|
2023-05-22 08:56:14 +08:00
|
|
|
"supports": "!uwp",
|
|
|
|
"dependencies": [
|
|
|
|
"libiconv"
|
|
|
|
]
|
2021-04-08 04:11:12 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|