This is an automated email from the ASF dual-hosted git repository. marcus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
commit ab1c43f4571be26a18036b7da881ea60ac436923 Author: Marcus <mar...@apache.org> AuthorDate: Thu May 13 15:55:59 2021 +0200 Added languages items for Romanian --- templates/ssi_paths.gsp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/ssi_paths.gsp b/templates/ssi_paths.gsp index 8fa9a85..e125438 100644 --- a/templates/ssi_paths.gsp +++ b/templates/ssi_paths.gsp @@ -56,6 +56,7 @@ brand["/pl/"] = "/pl/brand.html" brand["/pt-br/"] = "/pt-br/brand.html" brand["/pt/"] = "/pt/brand.html" + brand["/ro/"] = "/ro/brand.html" // brand["/ru/"] = "/ru/brand.html" brand["/ru/"] = "/brand.html" brand["/sk/"] = "/sk/brand.html" @@ -132,6 +133,7 @@ topnav["/pl/"] = "/pl/topnav.html" topnav["/pt-br/"] = "/pt-br/topnav.html" topnav["/pt/"] = "/pt/topnav.html" + topnav["/ro/"] = "/ro/topnav.html" // topnav["/ru/"] = "/ru/topnav.html" topnav["/ru/"] = "/topnav.html" topnav["/sk/"] = "/sk/topnav.html"