From eddfd26610d4d8f38e970a330797724bf610e530 Mon Sep 17 00:00:00 2001 From: nytpu Date: Tue, 11 May 2021 15:26:48 -0600 Subject: [PATCH] add TODO help.yaml --- localizations_src/en-US/help.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 localizations_src/en-US/help.yaml diff --git a/localizations_src/en-US/help.yaml b/localizations_src/en-US/help.yaml new file mode 100644 index 0000000..ada7ad3 --- /dev/null +++ b/localizations_src/en-US/help.yaml @@ -0,0 +1,4 @@ +### TODO ### +# I can't figure out how to be able to translate the help flags and still have +# them be localized prior to parsing anything, so I'm just leaving them be right +# now. I'll look into it and update this in the future.