google / personfinder

Person Finder is a searchable missing person database written in Python and hosted on App Engine.
https://google.org/personfinder
Apache License 2.0
533 stars 194 forks source link

Support all languages in SMS interface #304

Open gimite opened 8 years ago

gimite commented 8 years ago

Maybe put "Search PERSON_NAME" etc. to .po file and either manually or automatically import the translation. Currently we need code change to add support for each language.

nworden commented 6 years ago

Random thought: if we did this, I think we might have to let admins specify which languages to support for SMS for each repo. Otherwise, matching against so many possible translations could risk misinterpreting input. For example:

gimite commented 6 years ago

That's good point. We already have a list of primary languages per repository, configurable in the repository admin page. Maybe we should only enable only those languages.

Other things to consider: