Quantcast
Channel: BugNET Issue Tracker (Moved to GitHub)
Viewing all articles
Browse latest Browse all 2179

Created Unassigned: Fallback culture codes for new languages [109]

$
0
0
For romanian and french-canadian translations there are next lines in the __Latest.SqlDataProvider.sql__

```
INSERT INTO [dbo].[BugNet_Languages] ([CultureCode], [CultureName], [FallbackCulture]) VALUES('ro-RO', 'Romanian (Romania)', 'ro-RO')
GO

INSERT INTO [dbo].[BugNet_Languages] ([CultureCode], [CultureName], [FallbackCulture]) VALUES('fr-CA', 'French (Canadian)', 'fr-CA')
GO
```

Why fallback culture codes points to itself instead of en-US?

Viewing all articles
Browse latest Browse all 2179

Trending Articles