Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.12 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.12 KB

Artykul Localization

This repository contains localization files for the Artykul iOS app.

Structure

The localization files are organized in folders named after the corresponding language and follow the standard iOS localization naming convention (e.g., de.lproj, en.lproj, etc.). Inside each language folder, you will find localized strings files (.strings) for various aspects of the app, such as interface text, labels, and button titles.

Some of these folders may also contain markdown files that are used for App Store descriptions and promotional material translations.

Contributing

We welcome contributions from the community to help improve the localization of Artykul. If you would like to contribute a new localization or improve an existing one, please follow these steps:

  • Fork this repository.
  • Create a new branch with a descriptive name related to your localization work.
  • Make your changes or add new localization files.
  • Commit your changes and create a pull request.

Please ensure that your contributions follow the localization standards and are free from any errors or issues.