from flask_babel import gettext as _

otpages = {
    "/online-convert": {
        "title": _("Online converter - convert video, images, audio and documents for free"),
        "description": _("Convert files like images, video, documents, audio and more to other formats with this free and fast online converter."),
        
        
        "h1_title": _("Free online file converter"),
        "p_after_h1_title": _("Convert media files online from one format into another. Please select the target format below")
    },
    
    
    
}