1
0
Fork 0
mirror of https://github.com/Findus23/invoices.git synced 2024-09-19 15:13:47 +02:00

capitalize country and language names

Co-authored-by: Lukas Winkler <github@lw1.at>
This commit is contained in:
Felix 2020-10-01 23:28:25 +02:00 committed by GitHub
parent 2a3d39888a
commit 257c9c2b2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,8 @@ Have a file called `from.yaml` with your own information structured like this:
| `zip` | int | Your area ZIP code. |
| `city` | string | The city you live in. |
| `cityShort` | string | Shortened version of your city name. |
| `countryDE` | strang | Name of your country in german, used for an invoice in german. |
| `countryEN` | strang | Name of your country in english, used for an invoice in english. |
| `countryDE` | strang | Name of your country in German, used for an invoice in German. |
| `countryEN` | strang | Name of your country in English, used for an invoice in English. |
| `IBAN` | string | The IBAN of your bank account. |
| `BIC` | string | The BIC of your bank account. |
| `bank` | string | The name of your bank. |