From 5c48bc238476c3f12fed45dcb9758fc66bae7d72 Mon Sep 17 00:00:00 2001 From: Nicolas Ettlin Date: Thu, 11 Oct 2018 19:33:24 +0200 Subject: [PATCH] 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