gitextract_2eftivcd/ ├── .github/ │ ├── FUNDING.yml │ └── ISSUE_TEMPLATE/ │ ├── bug_report.yml │ ├── config.yml │ └── feature_request.yml ├── .gitignore ├── README.md ├── ar.lproj/ │ └── Localizable.strings ├── ckb.lproj/ │ └── Localizable.strings ├── de.lproj/ │ └── Localizable.strings ├── en.lproj/ │ └── Localizable.strings ├── es.lproj/ │ └── Localizable.strings ├── fr.lproj/ │ └── Localizable.strings ├── it.lproj/ │ └── Localizable.strings ├── ko.lproj/ │ └── Localizable.strings ├── pl.lproj/ │ └── Localizable.strings ├── ru.lproj/ │ └── Localizable.strings ├── tr.lproj/ │ └── Localizable.strings ├── vi.lproj/ │ └── Localizable.strings └── zh.lproj/ └── Localizable.strings