|
@@ -45,7 +45,7 @@ logger = logging.getLogger(__name__)
|
|
def s2r_nonames_post_config(ctx):
|
|
def s2r_nonames_post_config(ctx):
|
|
""" Romanize a regular string NOT containing personal names. """
|
|
""" Romanize a regular string NOT containing personal names. """
|
|
ctx.dest, ctx.warnings = _romanize_nonames(
|
|
ctx.dest, ctx.warnings = _romanize_nonames(
|
|
- ctx.src, ctx.options["capitalize"])
|
|
|
|
|
|
+ ctx.src, ctx.options)
|
|
|
|
|
|
return BREAK
|
|
return BREAK
|
|
|
|
|