This is an automated email from the ASF dual-hosted git repository.
clr pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 026a85b Allow la to be part of names
026a85b is described below
commit 026a85b6b90437e733734f689e6d38d37d7b0611
Author: Craig L Russell <craig.russell@oracle.com>
AuthorDate: Thu Aug 18 22:25:34 2016 -0700
Allow la to be part of names
---
www/secretary/workbench/file.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/secretary/workbench/file.cgi b/www/secretary/workbench/file.cgi
index b8f068d..26a4aa5 100755
--- a/www/secretary/workbench/file.cgi
+++ b/www/secretary/workbench/file.cgi
@@ -140,7 +140,7 @@ def check
name.split.each do |word|
next if word.length == 1 and word !~ /\w/
next if word =~ /^\W/
- next if %w(van von da de del der den dos i tot).include? word
+ next if %w(van von da de del der den dos i tot la).include? word
output << ['case', name] if word !~ /[A-Z][a-z]*/
end
--
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <commits@whimsical.apache.org>'].
|