Skip to content

Commit 5c48bc2

Browse files
committed
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.
1 parent 2d6c1be commit 5c48bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/vue_router.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class VueRouter < UrlScraper
1616

1717
options[:skip_patterns] = [
1818
# Other languages
19-
/^(zh|ja|ru|kr)\//,
19+
/^(zh|ja|ru|kr|fr)\//,
2020
]
2121

2222
options[:attribution] = <<-HTML

0 commit comments

Comments
 (0)