Skip to content

Commit

Permalink
feat(translations): add Nepali (नेपाली) translations (#1111)
Browse files Browse the repository at this point in the history
* actions: Add Up for grab checkbox to issue templates. (#1074)

* docs: update copyright year in README.md (#1100)

year changed from 2023 to 2024

* feat(translations): add Nepali (नेपाली) translations

---------

Co-authored-by: Taha Ghadirian <[email protected]>
Co-authored-by: Muhammad Jawad <[email protected]>
  • Loading branch information
3 people authored Jan 24, 2024
1 parent 7c0689c commit c3ebf56
Show file tree
Hide file tree
Showing 6 changed files with 309 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,10 @@ body:
description: Anything else you'd like to include?
validations:
required: false
- type: checkboxes
attributes:
label: Self grab
description: If you are a developer and want to work on this issue yourself, you can check this box and wait for maintainer response. We welcome contributions!
options:
- label: I'm ready to work on this issue!
required: false
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/new_feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,11 @@ body:
label: Additional information
description: Anything else you'd like to include?
validations:
required: false
required: false
- type: checkboxes
attributes:
label: Self grab
description: If you are a developer and want to work on this issue yourself, you can check this box and wait for maintainer response. We welcome contributions!
options:
- label: I'm ready to work on this issue!
required: false
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,4 +304,4 @@ If you are concerned, you can [read the reason of choosing this license](https:/
1. [dart_discord_rpc](https://github.com/alexmercerind/dart_discord_rpc) - Discord Rich Presence for Flutter & Dart apps & games.
</details>

<div align="center"><h4>© Copyright Spotube 2023</h4></div>
<div align="center"><h4>© Copyright Spotube 2024</h4></div>
8 changes: 4 additions & 4 deletions lib/collections/language_codes.dart
Original file line number Diff line number Diff line change
Expand Up @@ -452,10 +452,10 @@ abstract class LanguageLocals {
// name: "North Ndebele",
// nativeName: "isiNdebele",
// ),
// "ne": const ISOLanguageName(
// name: "Nepali",
// nativeName: "नेपाली",
// ),
"ne": const ISOLanguageName(
name: "Nepali",
nativeName: "नेपाली",
),
// "ng": const ISOLanguageName(
// name: "Ndonga",
// nativeName: "Owambo",
Expand Down
Loading

0 comments on commit c3ebf56

Please sign in to comment.