Hello!, I've been checking the code and I see a lot of variables intended for GERMAN usage.
I don't want to make assumptions based on what I can see in the code, and I'm asking if there are any plans to add additional languages. In my case, I'm searching for spanish
This project's description mentions that it's intended to fix problems with *Arrs with foreign languages.
If supporting multiple foreign languages is not planned, I would recommend mentioning explicitly that this is a project for german support
This comment in SearchItem.cs gives me hope
[public string? ExpectedAuthor { get; set; }](
|
public string? ExpectedAuthor { get; set; } |
|
// TODO rename GermanTitle into Foreign or LocalTitle? |
|
public string? GermanTitle { get; set; } |
)
Hello!, I've been checking the code and I see a lot of variables intended for GERMAN usage.
I don't want to make assumptions based on what I can see in the code, and I'm asking if there are any plans to add additional languages. In my case, I'm searching for spanish
This project's description mentions that it's intended to fix problems with *Arrs with foreign languages.
If supporting multiple foreign languages is not planned, I would recommend mentioning explicitly that this is a project for german support
This comment in SearchItem.cs gives me hope
[public string? ExpectedAuthor { get; set; }](
UmlautAdaptarr/UmlautAdaptarr/Models/SearchItem.cs
Lines 14 to 16 in b828b64