calendar icon indicating copy to clipboard operation
calendar copied to clipboard

Clock times in chinese

Open Arcticold opened this issue 7 years ago • 4 comments

Steps to reproduce

  1. Set language under "Personal" to Estonian (Eesti).
  2. Check calendar in day/week format.

Expected behaviour

Clock times in proper 24hr format just like with British English for example.

Actual behaviour

screenshot from 2017-04-17 10-51-33

Server configuration

Operating system: Linux Debian 8.7

Web server: Apache 2.4.10

Database:

PHP version: PHP 5.6.30

Server version: 9.1.4

Calendar version: 1.4.1

**Updated from an older installed version or fresh install: Updated from and older installed version

Signing status (ownCloud/Nextcloud 9.0 and above):

No errors have been found.

List of activated apps:

Enabled:
  - calendar: 1.4.1
  - dav: 0.2.7
  - federatedfilesharing: 0.3.0
  - files: 1.5.1
  - files_sharing: 0.10.0
  - user_ldap: 0.9.0
Disabled:
  - activity
  - comments
  - configreport
  - encryption
  - external
  - federation
  - files_antivirus
  - files_external
  - files_pdfviewer
  - files_texteditor
  - files_trashbin
  - files_versions
  - files_videoplayer
  - firstrunwizard
  - gallery
  - notifications
  - provisioning_api
  - systemtags
  - templateeditor
  - updatenotification
  - user_external

The content of config/config.php:

system
{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "datadirectory": "\/srv\/owncloud-data",
        "overwrite.cli.url": "https:\/\/example.com\/owncloud",
        "version": "9.1.4.2",
        "trusted_domains": [
            "example.com"
        ],
        "dbtype": "mysql",
        "dbname": "owncloud",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "db",
        "dbtableprefix": "",
        "mail_domain": "maildomain.com",
        "mail_from_address": "owncloud",
        "mail_smtpmode": "smtp",
        "mail_smtphost": "192.168.89.11",
        "log_type": "syslog",
        "logfile": "",
        "loglevel": 3,
        "overwritehost": "example.com",
        "overwriteprotocol": "https",
        "overwritecondaddr": "^192.168.89.20$",
        "maintenance": false,
        "theme": "",
        "updatechecker": false
    }
}

Arcticold avatar Apr 17 '17 09:04 Arcticold

I can confirm this issue still exists, I have also selected Estonian (Eesti - et_EE) as my language in personal settings and clock times are in 12h format with hieroglyphs instead of the 24h format

Owncloud version 9.1.6, Calendar app 1.4.1

priittoobla avatar Jun 05 '17 13:06 priittoobla

Just to let you know, that calendar app 1.4.1 fullcalendar component is missing estonian locale. As a temporary solution you can download fullcalendar package from here: https://fullcalendar.io/download/ ( https://github.com/arshaw/fullcalendar/releases/download/v3.4.0/fullcalendar-3.4.0.zip ) and extract locale-all.js from demos/php/locale-all.js and copy it to your owncloud installation apps/calendar/vendor/fullcalendar/dist/locale-all.js (overwrite)

priittoobla avatar Jun 06 '17 06:06 priittoobla

@priittoobla Please have a look at this PR: https://github.com/owncloud/calendar/pull/907 Can you test it?

Julian1998 avatar Mar 24 '18 18:03 Julian1998

please test the RC - calendar-1.5.8-rc1.tar.gz

DeepDiver1975 avatar Jun 12 '18 09:06 DeepDiver1975