Skip to content

Commit c3ebf56

Browse files
iamnabinktaha-ghadirianm-Jawa-d
authored
feat(translations): add Nepali (नेपाली) translations (#1111)
* 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]>
1 parent 7c0689c commit c3ebf56

File tree

6 files changed

+309
-6
lines changed

6 files changed

+309
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+7
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,10 @@ body:
7171
description: Anything else you'd like to include?
7272
validations:
7373
required: false
74+
- type: checkboxes
75+
attributes:
76+
label: Self grab
77+
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!
78+
options:
79+
- label: I'm ready to work on this issue!
80+
required: false

.github/ISSUE_TEMPLATE/new_feature.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,11 @@ body:
3535
label: Additional information
3636
description: Anything else you'd like to include?
3737
validations:
38-
required: false
38+
required: false
39+
- type: checkboxes
40+
attributes:
41+
label: Self grab
42+
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!
43+
options:
44+
- label: I'm ready to work on this issue!
45+
required: false

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,4 +304,4 @@ If you are concerned, you can [read the reason of choosing this license](https:/
304304
1. [dart_discord_rpc](https://github.com/alexmercerind/dart_discord_rpc) - Discord Rich Presence for Flutter & Dart apps & games.
305305
</details>
306306

307-
<div align="center"><h4>© Copyright Spotube 2023</h4></div>
307+
<div align="center"><h4>© Copyright Spotube 2024</h4></div>

lib/collections/language_codes.dart

+4-4
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,10 @@ abstract class LanguageLocals {
452452
// name: "North Ndebele",
453453
// nativeName: "isiNdebele",
454454
// ),
455-
// "ne": const ISOLanguageName(
456-
// name: "Nepali",
457-
// nativeName: "नेपाली",
458-
// ),
455+
"ne": const ISOLanguageName(
456+
name: "Nepali",
457+
nativeName: "नेपाली",
458+
),
459459
// "ng": const ISOLanguageName(
460460
// name: "Ndonga",
461461
// nativeName: "Owambo",

0 commit comments

Comments
 (0)