Hi,
Translations (for the theme) belong within a child theme.
1) Please install and activate the supplied child theme, inside the child theme functions.php
file locate this:
// load_theme_textdomain('swiftframework', get_stylesheet_directory().'/language');
2) Change to:
load_theme_textdomain('swiftframework', get_stylesheet_directory().'/language');
3) Create a new folder /language
and copy and paste your .po
file into that.