# File lib/fast_gettext/translation_repository/yaml.rb, line 57
      def yaml_hash_to_dot_notation(yaml_hash)
        add_yaml_key({}, nil, yaml_hash)
      end