Commit Graph
8 Commits
Author SHA1 Message Date
objecttothis 3c75fc0031 style(lang): normalize array keys to single quotes in ar-EG/ar-LB Common.php
Convert double-quoted string keys and values to single quotes across
app/Language/ar-EG/Common.php and app/Language/ar-LB/Common.php for
consistency with existing single-quoted entries (e.g. export_all,
export_page) already present in these files.

- No functional or translation content changes, quoting style only
- Aligns with project coding standard preferring single quotes for
  non-interpolated strings

Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
2026-09-09 11:59:44 +04:00
objecttothis c3ce98f798 i18n: add export_all and export_page translation keys
Add two new translation strings across all locale files under
app/Language/*/Common.php to support upcoming export UI that lets
users choose between exporting all records or only current page.

- Add `export_all` and `export_page` keys next to existing
  `export_csv*` entries in each language file
- Applied uniformly across every supported locale (en, en-GB, de-DE,
  de-CH, fr, es-ES, es-MX, ar-EG, ar-LB, az, bg, bs, ckb, cs, da, el,
  fa, he, hr-HR, and others) to keep translations in sync
- No logic changes; pure language resource additions

Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>
2026-09-09 11:42:28 +04:00
Aril Apria Susanto 4d2347173b Translated using Weblate (Indonesian)
Currently translated at 100.0% (85 of 85 strings)

Translation: opensourcepos/common
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/common/id/
2025-08-11 10:27:22 +02:00
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* Improve code style and PSR-12 compliance
- refactored code formatting to adhere to PSR-12 guidelines
- standardized coding conventions across the codebase
- added missing framework files and reverted markup changes
- reformatted arrays for enhanced readability
- updated language files for consistent styling and clarity
- minor miscellaneous improvements
2025-05-02 19:37:06 +02:00
jekkos 61894c89cd Fix translations file format (#3468) 2024-09-08 01:39:20 +02:00
Agung Hari Wijaya fbd384ecdb Translated using Weblate (Indonesian)
Currently translated at 100.0% (85 of 85 strings)

Translation: opensourcepos/common
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/common/id/
2024-09-07 22:11:27 +02:00
jekkos b4d117011a Add CI4 language migration scripts (#3468) 2024-06-15 17:19:15 +02:00
jekkos 828fd639b2 Porting over 4f3226b 2024-06-15 17:19:15 +02:00