mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-08 05:03:46 -05:00
10 lines
234 B
TOML
10 lines
234 B
TOML
[default]
|
|
default.locale = "en_us"
|
|
|
|
[default.extend-words]
|
|
curren = "curren" # Used in the context of '¤100'
|
|
nd = "nd" # Used in the context of '2nd'
|
|
|
|
[files]
|
|
extend-exclude = ["test/test_helper"]
|