Skip to content
Snippets Groups Projects
Commit e10848c6 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

possible pronoun fix

parent 701307f4
No related branches found
No related tags found
1 merge request!4879possible pronoun fix
...@@ -231,8 +231,8 @@ ...@@ -231,8 +231,8 @@
<<widget "setAssistantPronouns">> <<widget "setAssistantPronouns">>
<<set _apl = ["he", "his", "him", "himself", <<set _apl = ["he", "his", "him", "himself",
"hers", "girl", "woman", "hers", "girl", "woman", "loli",
"Girl", "His", "Hers", "He", "Him", "Himself", "Woman"]>> "Girl", "His", "Hers", "He", "Him", "Himself", "Woman", "Loli"]>>
<<run App.Utils.setLocalPronouns($assistantPronouns, 'A', _apl)>> <<run App.Utils.setLocalPronouns($assistantPronouns, 'A', _apl)>>
<<run App.Utils.setLocalPronouns($marketAssistantPronouns, 'M', _apl)>> <<run App.Utils.setLocalPronouns($marketAssistantPronouns, 'M', _apl)>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment