Update Rhymix English Language Translations

Update Language Files of:
- Common Language File
- Addon Module
- Admin Module
- AutoInstall Module
- Board Module
- Comment Module
- Communication Module
- Document Module
- Editor Module
- File Module
- Korean Postal Code Module
- Notification Center Module
- Point Module
- Poll Module
- RSS Module
- Tag Module
- Recycle Bin Module
- AdminLogging Addon
- PhotoSwipe Addon
- XEdition Layout
- Content Widget
- ncenter_login Widget
- mcontent Widget
This commit is contained in:
Min-Soo Kim 2024-12-31 10:41:06 -05:00 committed by GitHub
parent 0e9c44387c
commit a3cc3a9781
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 190 additions and 105 deletions

View file

@ -2,7 +2,7 @@
$lang->tag_default_config = 'Default Config';
$lang->tag_separators = 'Tag Separators';
$lang->tag_separator_comma = 'comma(foo, bar)';
$lang->tag_separator_hash = 'hash(#foo #bar)';
$lang->tag_separator_space = 'space';
$lang->tag_separator_comma = 'Comma (foo, bar)';
$lang->tag_separator_hash = 'Hash (#foo #bar)';
$lang->tag_separator_space = 'Space (foo bar)';
$lang->tag_separator_help = 'If you select more than one type of separator, all of them will be recognized. For example, "#foo,bar Rhymix"';