Translation navigation example
  
  
With number 10 branding
Organisation colour branding can be added to the component as shown.
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/translation_nav", {
  brand: "prime-ministers-office-10-downing-street",
  translations: [
    {
      locale: "en",
      base_path: "/en",
      text: "English",
      active: true
    },
    {
      locale: "cy",
      base_path: "/cy",
      text: "Cymraeg"
    }
  ]
} %>