Skip to content
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

English translation #2

Closed
dakkusingh opened this issue Mar 2, 2024 · 3 comments
Closed

English translation #2

dakkusingh opened this issue Mar 2, 2024 · 3 comments

Comments

@dakkusingh
Copy link

Hi,
Firstly thanks for creating this parser. Is it possible to make the exported files work for english language??

@AlexanderLill
Copy link
Owner

Dear @dakkusingh, thanks for your comment! I can try to add a parameter to the script to switch between english and german. I am not sure when I will get to it, but you could help me by providing me the names of the columns you would need. You can get them, for example by exporting your current data to CSV, and sending me the first line of that file, so I know which words to use for the english version :)

@Petemir
Copy link

Petemir commented Mar 5, 2024

German:

DEPOT_CSV_HEADER = "Datum,Uhrzeit,Typ,Wertpapier,Stück,Kurs,Betrag,Gebühren,Steuern,Gesamtpreis,Konto,Gegenkonto,Notiz,Quelle"

ACCOUNT_CSV_HEADER = "Datum,Uhrzeit,Typ,Betrag,Saldo,Wertpapier,Stück,pro Aktie,Gegenkonto,Notiz,Quelle"

English:

DEPOT_CSV_HEADER = "Date,Time,Type,Security Name,Shares,Exchange Rate,Gross Amount,Fees,Taxes,Value,Securities Account,Offset Account,Note,Quelle"

ACCOUNT_CSV_HEADER = "Date,Time,Type,Value,Saldo,Security Name,Shares,pro Aktie,Offset Account,Note,Quelle"

I couldn't translate Saldo, pro Aktie, Quelle, as I don't know to what PP columns they match (they weren't shown in the examples).

Columns can be found here (EN) and here (DE), at CSVColumn_... .

Transaction types are here (EN) and here (DE), at the top.

AlexanderLill added a commit that referenced this issue Mar 10, 2024
This resolves issue English translation #2
@AlexanderLill
Copy link
Owner

Hey @dakkusingh, you can now use the parameter -l en to export English CSVs :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants