From 537e67262d8f7f4aa9c46158cbe2c3f9bcc110d6 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Tue, 20 Mar 2018 16:40:14 -0700 Subject: [PATCH] Fixed a typo in translations_test.dart: Norwegian LC is "no" (#15746) --- packages/flutter_localizations/test/translations_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_localizations/test/translations_test.dart b/packages/flutter_localizations/test/translations_test.dart index c2e28d902a1..a3e7a2569fe 100644 --- a/packages/flutter_localizations/test/translations_test.dart +++ b/packages/flutter_localizations/test/translations_test.dart @@ -22,7 +22,7 @@ void main() { 'ja', // Japanese 'ko', // Korean 'nl', // Dutch - 'nl', // Norwegian + 'no', // Norwegian 'pl', // Polish 'ps', // Pashto 'pt', // Portugese