#!/bin/bash

_ltr() {
    local key="$1"
    shift
    printf "${_LTR[$key]}" "$@"
}
