In one of our project I had to refactor a code responsible for generating XML feed. The feed contains information like title, description and URL.
There are three languages enabled for the site: English, Swedish and Norwegian. All pages was first created in English and some page translations are missing for Norwegian and Swedish. That’s why language fallback behavior is enabled. Missing translations should be displayed in English.