func TagI18nHandler(c *gin.Context) {
    if !isAdmin(c) {
        NewForbiddenError().Abort(c)
        return
    }