FBnil
FBnil
`Coop` is a Dutch supermarket (full name: 'Coop Supermarkten BV', but the full name actually works fine). And indeed, the basename of Coop is "" (empty string). Same for SCS,...
Replying to your "Thoughts?", At first I was happy, for example, Netherlands has all the forms included in cleanco. But then Japanese does not have the romanji versions (Y.K. -...
This will always be a problem, a company that is named after a termdata (in this case from Denmark). terms_by_country might need to be limited to the countries the user...
Able to reproduce. Tried ansible 2.10.15 (by modifying conf/requirements to higher ansible-base>=2.10.15,
I've learned a bit more about python and the elegant solution to force python3 is to use venv, (but that solves one of the 2 issues)
Thanks for reporting. That one should go under Mexico. `'Mexico': ['s.a.', 's. de. r.l.', 's. en c.', 's.a.b.', 's.a.p.i.', 's.a. de c.v.'],` Will offer a pull later this month.
ISO20275 doesn't have that information either. We would need a list of "Limited", "Limitada", "合同会社", beperkte, etc... in all languages to detect it from the long written out versions. I'm...
There's a bug in the code that does not allow you to prepare your terms (because the function does not allow parameters), so here's a way to do it, without...
You need to use prepare_my_terms() first to prepare that second parameter of custom_basename() You can see a working example here: https://github.com/psolin/cleanco/issues/84#issuecomment-1216847830
> If you're inserting multiple images and get 'corrupted' warning message while opening the doc. Increase the $this->_countRels=100 to $this->_countRels=300 for instance. Changing the number cured it for me. Sounds...