Files
RedBear-OS/recipes/shells/zsh/source/Doc/Zsh/mod_langinfo.yo
T
vasilito ff4ff35918 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00

38 lines
616 B
Plaintext

COMMENT(!MOD!zsh/langinfo
Interface to locale information.
!MOD!)
The tt(zsh/langinfo) module makes available one parameter:
startitem()
vindex(langinfo)
item(tt(langinfo))(
An associative array that maps langinfo elements to
their values.
Your implementation may support a number of the following keys:
tt(CODESET),
tt(D_T_FMT),
tt(D_FMT),
tt(T_FMT),
tt(RADIXCHAR),
tt(THOUSEP),
tt(YESEXPR),
tt(NOEXPR),
tt(CRNCYSTR),
tt(ABDAY_{1..7}),
tt(DAY_{1..7}),
tt(ABMON_{1..12}),
tt(MON_{1..12}),
tt(T_FMT_AMPM),
tt(AM_STR),
tt(PM_STR),
tt(ERA),
tt(ERA_D_FMT),
tt(ERA_D_T_FMT),
tt(ERA_T_FMT),
tt(ALT_DIGITS)
)
enditem()