summaryrefslogtreecommitdiffhomepage
path: root/fr-fr/csharp-fr.html.markdown
diff options
context:
space:
mode:
authorAmar Sood <mail@tekacs.com>2014-07-22 13:06:18 +0100
committerAmar Sood <mail@tekacs.com>2014-07-22 13:06:18 +0100
commitcf3ea24d41cade2420c85c54e71228561f43b354 (patch)
tree0caec63f0078f7e4bf891ac963dae37a4a8392ba /fr-fr/csharp-fr.html.markdown
parent601fff5f01fc85bf51c1241b13328971b4c3bbaf (diff)
Fix 'filename' collision between csharp{,-fr}.html.markdown
Both were set to LearnCSharp.cs, so the live site has been serving the French version for English. (see set_rawcode: https://github.com/adambard/learnxinyminutes-site/blob/547a620dd8dc78f8518b0072e456ae2d384a0465/config.rb#L103)
Diffstat (limited to 'fr-fr/csharp-fr.html.markdown')
-rw-r--r--fr-fr/csharp-fr.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/fr-fr/csharp-fr.html.markdown b/fr-fr/csharp-fr.html.markdown
index c1641716..e51eacc8 100644
--- a/fr-fr/csharp-fr.html.markdown
+++ b/fr-fr/csharp-fr.html.markdown
@@ -7,7 +7,7 @@ contributors:
- ["Shaun McCarthy", "http://www.shaunmccarthy.com"]
translators:
- ["Olivier Hoarau", "https://github.com/Olwaro"]
-filename: LearnCSharp.cs
+filename: LearnCSharp-fr.cs
lang: fr-fr
---