Skip to content

Adding Bulgarian translations #4080

Merged
ildyria merged 2 commits intoLycheeOrg:masterfrom
tkulev:master
Feb 11, 2026
Merged

Adding Bulgarian translations #4080
ildyria merged 2 commits intoLycheeOrg:masterfrom
tkulev:master

Conversation

@tkulev
Copy link
Contributor

@tkulev tkulev commented Feb 11, 2026

Adding of Bulgarian language translations based on current English language.

Summary by CodeRabbit

  • New Features
    • Added Bulgarian language support across the entire application, including gallery management, settings, user administration, profiles, sharing, tags, statistics, webshop, and all other features.

@tkulev tkulev requested a review from a team as a code owner February 11, 2026 08:49
@coderabbitai
Copy link

coderabbitai bot commented Feb 11, 2026

📝 Walkthrough

Walkthrough

This PR adds 25 Bulgarian language localization files across the application, providing comprehensive translations for settings, UI dialogs, gallery features, user management, administrative tools, and webshop functionality. All additions are static translation arrays with no functional logic changes.

Changes

Cohort / File(s) Summary
Settings & Configuration
lang/bg/all_settings.php, lang/bg/settings.php
Bulgarian translations for application settings pages, including documentation labels, detail descriptions, category names, and configuration UI strings.
User Interface & Navigation
lang/bg/dialogs.php, lang/bg/left-menu.php, lang/bg/toasts.php
Bulgarian localization for dialog prompts, left sidebar menu items, and toast notification messages.
Gallery & Media Management
lang/bg/gallery.php, lang/bg/aspect_ratio.php, lang/bg/tags.php, lang/bg/flow.php
Bulgarian translations for gallery UI elements, aspect ratio labels, tag management, and content flow pages.
User & Access Management
lang/bg/users.php, lang/bg/profile.php, lang/bg/user-groups.php, lang/bg/sharing.php
Bulgarian localization for user administration, profile settings, group management, and permission/sharing controls.
Administrative Tools
lang/bg/diagnostics.php, lang/bg/duplicate-finder.php, lang/bg/fix-tree.php, lang/bg/maintenance.php, lang/bg/jobs.php
Bulgarian translations for diagnostic utilities, duplicate detection, tree validation, maintenance tasks, and job status pages.
Content & Feature-Specific
lang/bg/import_from_server.php, lang/bg/landing.php, lang/bg/changelogs.php, lang/bg/renamer.php, lang/bg/statistics.php, lang/bg/webshop.php
Bulgarian localization for file import dialogs, landing page, changelog displays, rename rule configuration, statistics pages, and webshop features.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~15 minutes

Poem

🐰 Twenty-five files in Bulgarian bloom,
Words that fill each corner and room,
From dialogs bright to galleries grand,
Now all localization's at hand! ✨

🚥 Pre-merge checks | ✅ 1
✅ Passed checks (1 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


No actionable comments were generated in the recent review. 🎉

🧹 Recent nitpick comments
lang/bg/maintenance.php (1)

1-2: Missing blank line after the opening <?php tag.

Other translation files in this PR (e.g., fix-tree.php, sharing.php, settings.php) include a blank line after <?php. This file is inconsistent. As per coding guidelines: "Any new PHP file should … have a single blank line after the opening PHP tag."

Proposed fix
 <?php
+
 return [
lang/bg/users.php (1)

1-2: Missing blank line after the opening <?php tag.

Same as maintenance.php — inconsistent with the other files in this PR. As per coding guidelines: "Any new PHP file should … have a single blank line after the opening PHP tag."

Proposed fix
 <?php
+
 return [

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ildyria ildyria merged commit 532d47e into LycheeOrg:master Feb 11, 2026
42 of 43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants