Skip to content

Commit ed46a47

Browse files
committed
correct culture name of Arabic
1 parent f06c015 commit ed46a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/StaticData-TN.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
INSERT [dbo].[Localization_Culture] ([Id], [Name], IsDefault) VALUES ('ar-TN', N'ar-TN', 0)
1+
INSERT [dbo].[Localization_Culture] ([Id], [Name], IsDefault) VALUES ('ar-TN', N'Arabic', 0)
22
GO
33

44
INSERT [dbo].[Localization_Resource] ([CultureId], [Key], [Value]) VALUES ('ar-TN', N'Register', N'تسجيل')

0 commit comments

Comments
 (0)