Sam Richard
@Snugug
BBQ lead, ChromeOS DevRel. Mostly food, sometimes design and development, especially for the web. 7008px tall. He/him.
An archive of my Twitter timeline up until I moved to Mastodon. You can find me there at @[email protected]
Any i18n people in the house? Got a question about localization best practices for URLs: given that I’ve got the following URL structure for my internationalization:
[foo.dev/en](http://foo.dev/en)
[foo.dev/fr](http://foo.dev/fr)
Should I translate sub-URLs too? So
[foo.dev/en/samples](http://foo.dev/en/samples)
becomes[foo.dev/fr/l-exemple](http://foo.dev/fr/l-exemple)
instead of[foo.dev/fr/samples](http://foo.dev/fr/samples)
?My guy feeling is probably but I’m also concerned about the complexity that mapping effectively arbitrary URLs to each other will bring