[devdocsgjs/main: 441/1867] Vue Router: ignore French documentation




commit 5c48bc238476c3f12fed45dcb9758fc66bae7d72
Author: Nicolas Ettlin <nicolas ettlin me com>
Date:   Thu Oct 11 19:33:24 2018 +0200

    Vue Router: ignore French documentation
    
    A French translation was recently added to the Vue Router documentation, so we need to ignore it as well 
as the other translations.

 lib/docs/scrapers/vue_router.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/docs/scrapers/vue_router.rb b/lib/docs/scrapers/vue_router.rb
index e19efa11..a029466b 100644
--- a/lib/docs/scrapers/vue_router.rb
+++ b/lib/docs/scrapers/vue_router.rb
@@ -16,7 +16,7 @@ module Docs
 
     options[:skip_patterns] = [
       # Other languages
-      /^(zh|ja|ru|kr)\//,
+      /^(zh|ja|ru|kr|fr)\//,
     ]
 
     options[:attribution] = <<-HTML


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]