Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
1396b813
Unverified
Commit
1396b813
authored
May 22, 2018
by
Hans Muller
Committed by
GitHub
May 22, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the Norwegian language code from "no" to "nb" (#17788)
parent
0a383fce
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
50 additions
and
50 deletions
+50
-50
localizations.dart
...ges/flutter_localizations/lib/src/l10n/localizations.dart
+47
-47
material_nb.arb
packages/flutter_localizations/lib/src/l10n/material_nb.arb
+0
-0
material_localizations.dart
...flutter_localizations/lib/src/material_localizations.dart
+2
-2
translations_test.dart
packages/flutter_localizations/test/translations_test.dart
+1
-1
No files found.
packages/flutter_localizations/lib/src/l10n/localizations.dart
View file @
1396b813
...
...
@@ -662,6 +662,51 @@ class _Bundle_ms extends TranslationBundle {
@override
String
get
alertDialogLabel
=>
r'Amaran'
;
}
// ignore: camel_case_types
class
_Bundle_nb
extends
TranslationBundle
{
const
_Bundle_nb
()
:
super
(
null
);
@override
String
get
scriptCategory
=>
r'English-like'
;
@override
String
get
timeOfDayFormat
=>
r'HH:mm'
;
@override
String
get
openAppDrawerTooltip
=>
r'Åpne navigasjonsmenyen'
;
@override
String
get
backButtonTooltip
=>
r'Tilbake'
;
@override
String
get
closeButtonTooltip
=>
r'Lukk'
;
@override
String
get
deleteButtonTooltip
=>
r'Slett'
;
@override
String
get
nextMonthTooltip
=>
r'Neste måned'
;
@override
String
get
previousMonthTooltip
=>
r'Forrige måned'
;
@override
String
get
nextPageTooltip
=>
r'Neste side'
;
@override
String
get
previousPageTooltip
=>
r'Forrige side'
;
@override
String
get
showMenuTooltip
=>
r'Vis meny'
;
@override
String
get
aboutListTileTitle
=>
r'Om $applicationName'
;
@override
String
get
licensesPageTitle
=>
r'Lisenser'
;
@override
String
get
pageRowsInfoTitle
=>
r'$firstRow–$lastRow av $rowCount'
;
@override
String
get
pageRowsInfoTitleApproximate
=>
r'$firstRow–$lastRow av omtrent $rowCount'
;
@override
String
get
rowsPerPageTitle
=>
r'Rader per side:'
;
@override
String
get
tabLabel
=>
r'Fane $tabIndex av $tabCount'
;
@override
String
get
selectedRowCountTitleOne
=>
r'1 element er valgt'
;
@override
String
get
selectedRowCountTitleOther
=>
r'$selectedRowCount elementer er valgt'
;
@override
String
get
cancelButtonLabel
=>
r'AVBRYT'
;
@override
String
get
closeButtonLabel
=>
r'LUKK'
;
@override
String
get
continueButtonLabel
=>
r'FORTSETT'
;
@override
String
get
copyButtonLabel
=>
r'KOPIÉR'
;
@override
String
get
cutButtonLabel
=>
r'KLIPP UT'
;
@override
String
get
okButtonLabel
=>
r'OK'
;
@override
String
get
pasteButtonLabel
=>
r'LIM INN'
;
@override
String
get
selectAllButtonLabel
=>
r'VELG ALLE'
;
@override
String
get
viewLicensesButtonLabel
=>
r'SE LISENSER'
;
@override
String
get
anteMeridiemAbbreviation
=>
r'AM'
;
@override
String
get
postMeridiemAbbreviation
=>
r'PM'
;
@override
String
get
timePickerHourModeAnnouncement
=>
r'Angi timer'
;
@override
String
get
timePickerMinuteModeAnnouncement
=>
r'Angi minutter'
;
@override
String
get
modalBarrierDismissLabel
=>
r'Avvis'
;
@override
String
get
signedInLabel
=>
r'Pålogget'
;
@override
String
get
hideAccountsLabel
=>
r'Skjul kontoer'
;
@override
String
get
showAccountsLabel
=>
r'Vis kontoer'
;
@override
String
get
drawerLabel
=>
r'Navigasjonsmeny'
;
@override
String
get
popupMenuLabel
=>
r'Forgrunnsmeny'
;
@override
String
get
dialogLabel
=>
r'Dialogboks'
;
@override
String
get
alertDialogLabel
=>
r'Varsling'
;
}
// ignore: camel_case_types
class
_Bundle_nl
extends
TranslationBundle
{
const
_Bundle_nl
()
:
super
(
null
);
...
...
@@ -707,51 +752,6 @@ class _Bundle_nl extends TranslationBundle {
@override
String
get
alertDialogLabel
=>
r'Alarm'
;
}
// ignore: camel_case_types
class
_Bundle_no
extends
TranslationBundle
{
const
_Bundle_no
()
:
super
(
null
);
@override
String
get
scriptCategory
=>
r'English-like'
;
@override
String
get
timeOfDayFormat
=>
r'HH:mm'
;
@override
String
get
openAppDrawerTooltip
=>
r'Åpne navigasjonsmenyen'
;
@override
String
get
backButtonTooltip
=>
r'Tilbake'
;
@override
String
get
closeButtonTooltip
=>
r'Lukk'
;
@override
String
get
deleteButtonTooltip
=>
r'Slett'
;
@override
String
get
nextMonthTooltip
=>
r'Neste måned'
;
@override
String
get
previousMonthTooltip
=>
r'Forrige måned'
;
@override
String
get
nextPageTooltip
=>
r'Neste side'
;
@override
String
get
previousPageTooltip
=>
r'Forrige side'
;
@override
String
get
showMenuTooltip
=>
r'Vis meny'
;
@override
String
get
aboutListTileTitle
=>
r'Om $applicationName'
;
@override
String
get
licensesPageTitle
=>
r'Lisenser'
;
@override
String
get
pageRowsInfoTitle
=>
r'$firstRow–$lastRow av $rowCount'
;
@override
String
get
pageRowsInfoTitleApproximate
=>
r'$firstRow–$lastRow av omtrent $rowCount'
;
@override
String
get
rowsPerPageTitle
=>
r'Rader per side:'
;
@override
String
get
tabLabel
=>
r'Fane $tabIndex av $tabCount'
;
@override
String
get
selectedRowCountTitleOne
=>
r'1 element er valgt'
;
@override
String
get
selectedRowCountTitleOther
=>
r'$selectedRowCount elementer er valgt'
;
@override
String
get
cancelButtonLabel
=>
r'AVBRYT'
;
@override
String
get
closeButtonLabel
=>
r'LUKK'
;
@override
String
get
continueButtonLabel
=>
r'FORTSETT'
;
@override
String
get
copyButtonLabel
=>
r'KOPIÉR'
;
@override
String
get
cutButtonLabel
=>
r'KLIPP UT'
;
@override
String
get
okButtonLabel
=>
r'OK'
;
@override
String
get
pasteButtonLabel
=>
r'LIM INN'
;
@override
String
get
selectAllButtonLabel
=>
r'VELG ALLE'
;
@override
String
get
viewLicensesButtonLabel
=>
r'SE LISENSER'
;
@override
String
get
anteMeridiemAbbreviation
=>
r'AM'
;
@override
String
get
postMeridiemAbbreviation
=>
r'PM'
;
@override
String
get
timePickerHourModeAnnouncement
=>
r'Angi timer'
;
@override
String
get
timePickerMinuteModeAnnouncement
=>
r'Angi minutter'
;
@override
String
get
modalBarrierDismissLabel
=>
r'Avvis'
;
@override
String
get
signedInLabel
=>
r'Pålogget'
;
@override
String
get
hideAccountsLabel
=>
r'Skjul kontoer'
;
@override
String
get
showAccountsLabel
=>
r'Vis kontoer'
;
@override
String
get
drawerLabel
=>
r'Navigasjonsmeny'
;
@override
String
get
popupMenuLabel
=>
r'Forgrunnsmeny'
;
@override
String
get
dialogLabel
=>
r'Dialogboks'
;
@override
String
get
alertDialogLabel
=>
r'Varsling'
;
}
// ignore: camel_case_types
class
_Bundle_pl
extends
TranslationBundle
{
const
_Bundle_pl
()
:
super
(
null
);
...
...
@@ -1860,10 +1860,10 @@ TranslationBundle translationBundleForLocale(Locale locale) {
return
const
_Bundle_ko
();
case
'ms'
:
return
const
_Bundle_ms
();
case
'nb'
:
return
const
_Bundle_nb
();
case
'nl'
:
return
const
_Bundle_nl
();
case
'no'
:
return
const
_Bundle_no
();
case
'pl'
:
return
const
_Bundle_pl
();
case
'ps'
:
...
...
packages/flutter_localizations/lib/src/l10n/material_n
o
.arb
→
packages/flutter_localizations/lib/src/l10n/material_n
b
.arb
View file @
1396b813
File moved
packages/flutter_localizations/lib/src/material_localizations.dart
View file @
1396b813
...
...
@@ -52,7 +52,7 @@ import 'widgets_localizations.dart';
/// * ko - Korean
/// * ms - Malay
/// * nl - Dutch
/// * n
o
- Norwegian
/// * n
b
- Norwegian
/// * pl - Polish
/// * ps - Pashto
/// * pt - Portuguese
...
...
@@ -528,7 +528,7 @@ class _MaterialLocalizationsDelegate extends LocalizationsDelegate<MaterialLocal
'ko'
,
// Korean
'ms'
,
// Malay
'nl'
,
// Dutch
'n
o
'
,
// Norwegian
'n
b
'
,
// Norwegian
'pl'
,
// Polish
'ps'
,
// Pashto
'pt'
,
// Portugese
...
...
packages/flutter_localizations/test/translations_test.dart
View file @
1396b813
...
...
@@ -23,7 +23,7 @@ void main() {
'ko'
,
// Korean
'ms'
,
// Malay
'nl'
,
// Dutch
'n
o
'
,
// Norwegian
'n
b
'
,
// Norwegian
'pl'
,
// Polish
'ps'
,
// Pashto
'pt'
,
// Portugese
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment