pgadmin4/web/regression/javascript/fake_translations.js

13 lines
347 B
JavaScript
Raw Normal View History

2017-03-20 14:32:41 -05:00
//////////////////////////////////////////////////////////////////////////
//
// pgAdmin 4 - PostgreSQL Tools
//
2023-01-02 00:23:55 -06:00
// Copyright (C) 2013 - 2023, The pgAdmin Development Team
2017-03-20 14:32:41 -05:00
// This software is released under the PostgreSQL Licence
//
//////////////////////////////////////////////////////////////////////////
2017-03-16 09:27:55 -05:00
define(function () {
2017-06-12 10:55:14 -05:00
return {};
2018-01-05 04:42:49 -06:00
});