mirror of
https://github.com/Gouryella/drip.git
synced 2026-05-13 15:45:36 +00:00
The original method of storing multilingual messages using associative arrays was replaced with the functions `msg_en` and `msg_zh`, to provide better shell compatibility. The `prompt_input` function was also introduced to unify user input logic, improving stability and maintainability across different shell environments.