Im developing a website and i want to add german. However, i don't want to go to each page and enter a translation for every language. Are these localizations saved somewhere?
In my php i want something like this:
<h2><?php echo $page->header_1 ?></h2>
<some other html>
<h2><?php echo $page->header_2 ?></h2>
how can i edit the header_1 and header_2 on the site manager?