-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't make it work with german client #94
Comments
Try using the add-last-seen-dialog button, so it picks up the text
automatically. I bet its either a unicode problem with the ü or maybe the
newline character after `einholen?`
…On Mon, Mar 6, 2023 at 11:31 AM dasgigi ***@***.***> wrote:
So, I play with german language, but cant make this addon work.
German text would be: /Diesen Fang als Sammlerstück einholen? Sammlerwert:
.*/
Did I miss something ?
[image: fish1]
<https://user-images.githubusercontent.com/127131436/223171911-8b6cc7f8-645f-47b3-8cc6-fd52edee6be8.JPG>
—
Reply to this email directly, view it on GitHub
<#94>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFMTBCDBCZB6H4Z3XPIMDLW2YGNJANCNFSM6AAAAAAVRLDXOY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I have tested it, if I use the shorter variant of the text, e.g. 'Diesen Fang als', then it works. But it would be nicer if the corresponding UNICODE is loaded in the program, so that not everyone who uses the German client is dependent on finding out this trick first. |
Thanks dude, this workaround works like a charm :) |
Little late to the party but if someone else sees this, try this for a more generic string. It will let you have differing collectors values: Also: if the addon uses generic regex, the "?" at the end of the first sentence is the issue. The "?" is an expression in Regex so without the "" in front of it, it will be treated as a command and not the actual symbol. |
I think the french translation have the same problem, |
So, I play with german language, but cant make this addon work.
German text would be: /Diesen Fang als Sammlerstück einholen? Sammlerwert: .*/
Did I miss something ?
The text was updated successfully, but these errors were encountered: