# The Fuss 10 Welcome screen A fork of mintwelcome (2.4.7) adapted for FUSS. See the original projet on: https://github.com/linuxmint/mintwelcome ![Screenshot of Fuss 10](/screencaptures/welcome_screen_fuss_10.png?raw=true) For the localization: * fist time copy `mintwelcome.pot` into `po/it.po` or similar and change `charset=CHARSET` into `charset=UTF-8` * when making code modification you need to regenerate the `.pot` file with `./makepot` * you can apply modifications to the `po` files with `msgmerge -U po/it.po mintwelcome.pot` * then you can translate all the `po/*.po` files * rebuilding the package you will get the updated translations