Hello, a new user here. In a single-language site, I am trying to translate site, description and copyright text for TwentyFifteen. TwentyFifteen provides a languages.yaml file, which I’d like to customize for my language (Polish) I created a /user/languages/pl.yaml file with the following text:
> THEME_TwentyFifteen:
> SITE:
> TITLE: my_site_title
> DESCRIPTION: my_description
> COPYRIGHT: © Copyright %s my_desired_copyright_notice
Yet, the title, description and copyright displayed on a webpage remains a default translation provided in the theme’s languages.yaml.
I reviewed the [Translation of site title, description and metatag] (Translation of site title, description and metatag) thread, which also suggests creating a /user/languages/…yaml file.