1
0
mirror of https://gitlab.com/Anson-Projects/spacesystemscalc.git synced 2025-06-15 22:46:44 +00:00
2022-08-22 20:18:28 -06:00

5 lines
149 B
Julia
Executable File

import Inflector, Genie
if ! isempty(Genie.config.inflector_irregulars)
push!(Inflector.IRREGULAR_NOUNS, Genie.config.inflector_irregulars...)
end