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

i18n: Updated Norwegian Nynorsk (nn) #2655

Merged
merged 2 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Some of the languages Solaar has been translated to are listed below. A full lis
- Italiano: [Michele Olivo][micheleolivo], Lorenzo
- Japanese: Ryunosuke Toda
- Norsk (Bokmål): [John Erling Blad][jeblad]
- Norsk (Nynorsk): [John Erling Blad][jeblad]
- Polski: [Adrian Piotrowicz][nexces], Matthaiks
- Portuguese: Américo Monteiro
- Portuguese-BR: [Drovetto][drovetto], [Josenivaldo Benito Jr.][jrbenito], Vinícius
Expand Down
2 changes: 1 addition & 1 deletion lib/solaar/ui/about/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def get_translators(self) -> List[str]:
"Dimitriy Ryazantcev (Russian)",
"El Jinete Sin Cabeza (Español)",
"Ferdina Kusumah (Indonesia)",
"John Erling Blad (Norwegian Bokmål)",
"John Erling Blad (Norwegian Bokmål, Norwegian Nynorsk)",
]

def get_credit_sections(self) -> List[Tuple[str, List[str]]]:
Expand Down
Loading
Loading